diff options
Diffstat (limited to 'test/build')
-rw-r--r-- | test/build/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/build/Makefile b/test/build/Makefile index eb65c2ad3..99a64d517 100644 --- a/test/build/Makefile +++ b/test/build/Makefile @@ -1,4 +1,7 @@ # uClibc build 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 |