From 0e18c0c19fa00cba222c8a936b4be041ba67bbd5 Mon Sep 17 00:00:00 2001 From: Dean Date: Wed, 9 Feb 2011 22:35:48 +0000 Subject: Update HID bootloader loader application to support the VID/PID used by the bootloader. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1659 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Bootloaders/HID/makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Bootloaders/HID/makefile') diff --git a/Bootloaders/HID/makefile b/Bootloaders/HID/makefile index 555c727a..81561c37 100644 --- a/Bootloaders/HID/makefile +++ b/Bootloaders/HID/makefile @@ -124,12 +124,6 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB LUFA_OPTS += -D NO_INTERNAL_SERIAL LUFA_OPTS += -D NO_DEVICE_SELF_POWER LUFA_OPTS += -D NO_DEVICE_REMOTE_WAKEUP -LUFA_OPTS += -D NO_SOF_EVENTS - -#LUFA_OPTS += -D NO_BLOCK_SUPPORT -#LUFA_OPTS += -D NO_EEPROM_BYTE_SUPPORT -#LUFA_OPTS += -D NO_FLASH_BYTE_SUPPORT -#LUFA_OPTS += -D NO_LOCK_BYTE_WRITE_SUPPORT # Create the LUFA source path variables by including the LUFA root makefile @@ -199,6 +193,7 @@ ADEFS += -DBOARD=BOARD_$(BOARD) ADEFS += -DBOOT_START_ADDR=$(BOOT_START)UL ADEFS += $(LUFA_OPTS) + # Place -D or -U options here for C++ sources CPPDEFS = -DF_CPU=$(F_CPU)UL CPPDEFS += -DF_CLOCK=$(F_CLOCK)UL -- cgit v1.2.3