summaryrefslogtreecommitdiff
path: root/Makefile.test
Unidiff
Diffstat (limited to 'Makefile.test') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test
index 00cc906..55700f1 100644
--- a/Makefile.test
+++ b/Makefile.test
@@ -78,2 +78,4 @@ defconfig :
78 78
79export
80
79-include $(TOPDIR)/.config 81-include $(TOPDIR)/.config
@@ -86,3 +88,5 @@ all clean: $(subdir-y)
86 88
87$(subdir-y) : $(TOPDIR)/stamp-headers $(TOPDIR)/library/custom.h 89$(subdir-y) : $(if $(CONFIG_LIBQPE),$(TOPDIR)/stamp-headers) \
90 $(if $(CONFIG_LIBQPE-X11),$(TOPDIR)/stamp-headers-x11) \
91 $(TOPDIR)/library/custom.h
88 92