diff options
Diffstat (limited to 'BuildTests/BoardDriverTest')
-rw-r--r-- | BuildTests/BoardDriverTest/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BuildTests/BoardDriverTest/makefile b/BuildTests/BoardDriverTest/makefile index 1d1be8687..252b3f880 100644 --- a/BuildTests/BoardDriverTest/makefile +++ b/BuildTests/BoardDriverTest/makefile @@ -59,4 +59,8 @@ clean: $(MAKE) -s -f makefile.test clean ARCH=UC3
%:
-
\ No newline at end of file +
+.PHONY: all begin end makeboardlist testboards clean
+
+# Include LUFA build script makefiles
+include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in
|