diff options
Diffstat (limited to 'test/mmap/Makefile')
-rw-r--r-- | test/mmap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mmap/Makefile b/test/mmap/Makefile index b4c301014..64b652de6 100644 --- a/test/mmap/Makefile +++ b/test/mmap/Makefile @@ -1,4 +1,7 @@ # uClibc mmap tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. +top_builddir=../../ +include ../Rules.mak +-include Makefile.in include ../Test.mak |