diff options
Diffstat (limited to 'BuildTests/BootloaderTest')
-rw-r--r-- | BuildTests/BootloaderTest/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTests/BootloaderTest/makefile b/BuildTests/BootloaderTest/makefile index d73bbf3aa..7b6b5d0bd 100644 --- a/BuildTests/BootloaderTest/makefile +++ b/BuildTests/BootloaderTest/makefile @@ -60,4 +60,4 @@ clean: .PHONY: all begin end testbootloaders clean # Include LUFA build script makefiles -include $(LUFA_PATH)/Build/lufa.core.in +include $(LUFA_PATH)/Build/lufa_core.mk |