X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/2b332d3231d54236e093dd6bfde5421ce26f7304..60a2147a511e5ed9719d43d2570ba66335745de4:/BuildTests/ModuleTest/makefile diff --git a/BuildTests/ModuleTest/makefile b/BuildTests/ModuleTest/makefile index 170c93014..a756c309c 100644 --- a/BuildTests/ModuleTest/makefile +++ b/BuildTests/ModuleTest/makefile @@ -12,6 +12,8 @@ # all module headers in a simple C and C++ # application. +# Path to the LUFA library core +LUFA_PATH = ../../LUFA/ # List of device families per architecture, one device per architecture sub-family AVR8_FAMILIES = at90usb1287 at90usb1286 atmega16u4 atmega16u2 at90usb162 @@ -51,4 +53,8 @@ clean: $(MAKE) -s -f makefile.test clean ARCH=UC3 %: - \ No newline at end of file + +.PHONY: all arch_avr8 arch_xmega arch_uc3 begin end + +# Include LUFA build script makefiles +include $(LUFA_PATH)/Build/lufa.core.in