X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2b332d3231d54236e093dd6bfde5421ce26f7304..60a2147a511e5ed9719d43d2570ba66335745de4:/BuildTests/SingleUSBModeTest/makefile diff --git a/BuildTests/SingleUSBModeTest/makefile b/BuildTests/SingleUSBModeTest/makefile index 93027d980..096d4b3d1 100644 --- a/BuildTests/SingleUSBModeTest/makefile +++ b/BuildTests/SingleUSBModeTest/makefile @@ -12,6 +12,9 @@ # all module headers in a simple C and C++ # application. +# Path to the LUFA library core +LUFA_PATH = ../../LUFA/ + all: begin compile clean end begin: @@ -37,4 +40,8 @@ clean: $(MAKE) -s -f makefile.test clean ARCH=UC3 %: - \ No newline at end of file + +.PHONY: begin end compile clean + +# Include LUFA build script makefiles +include $(LUFA_PATH)/Build/lufa.core.in