diff options
Diffstat (limited to 'LUFA/CodeTemplates/makefile_template')
-rw-r--r-- | LUFA/CodeTemplates/makefile_template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/CodeTemplates/makefile_template b/LUFA/CodeTemplates/makefile_template index 0be15b2c9..25a41dd15 100644 --- a/LUFA/CodeTemplates/makefile_template +++ b/LUFA/CodeTemplates/makefile_template @@ -16,7 +16,7 @@ F_CPU = 8000000 F_USB = $(F_CPU)
OPTIMIZATION = s
TARGET = Target
-SRC = $(TARGET).c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
+SRC = $(TARGET).c $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS) $(LUFA_SRC_PLATFORM)
LUFA_PATH = ../../LUFA/
CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/
LD_FLAGS =
|