Fixed broken USE_RAM_DESCRIPTORS compile time option when the FIXED_NUM_CONFIGURATION...
[pub/USBasp.git] / LUFA / Build / HID_EEPROM_Loader / makefile
index f6dcbea..7635748 100644 (file)
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2012.\r
+#     Copyright (C) Dean Camera, 2015.\r
 #\r
 #  dean [at] fourwalledcubicle [dot] com\r
 #           www.lufa-lib.org\r
@@ -9,6 +9,8 @@
 #         LUFA Project Makefile.\r
 # --------------------------------------\r
 \r
+# Run "make help" for target help.\r
+\r
 MCU          = at90usb1287\r
 ARCH         = AVR8\r
 F_CPU        = 1000000\r
@@ -17,7 +19,7 @@ OPTIMIZATION = s
 TARGET       = HID_EEPROM_Loader\r
 SRC          = $(TARGET).c\r
 LUFA_PATH    = ../../../LUFA\r
-CC_FLAGS     = \r
+CC_FLAGS     =\r
 LD_FLAGS     =\r
 OBJECT_FILES = InputEEData.o\r
 \r