X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7d83bd0dccfeed374f5e3954de4790cae58379b6..e4f3d9957efee6d2259f3b9f19a26ce0c8bee95d:/Projects/Incomplete/StandaloneProgrammer/makefile diff --git a/Projects/Incomplete/StandaloneProgrammer/makefile b/Projects/Incomplete/StandaloneProgrammer/makefile index e7f0b315e..6656d9270 100644 --- a/Projects/Incomplete/StandaloneProgrammer/makefile +++ b/Projects/Incomplete/StandaloneProgrammer/makefile @@ -117,6 +117,8 @@ LUFA_PATH = ../../.. # LUFA library compile-time options and predefined tokens LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0 +LUFA_OPTS += -D HOST_STATE_AS_GPIOR=1 +LUFA_OPTS += -D ORDERED_EP_CONFIG LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=8 LUFA_OPTS += -D FIXED_NUM_CONFIGURATIONS=1 LUFA_OPTS += -D USE_FLASH_DESCRIPTORS @@ -140,8 +142,7 @@ SRC = $(TARGET).c \ Lib/PetiteFATFs/pff.c \ $(LUFA_SRC_USB) \ $(LUFA_SRC_USBCLASS) \ - $(LUFA_SRC_SERIAL) \ - $(LUFA_SRC_SERIALSTREAM) + $(LUFA_SRC_SERIAL) # List C++ source files here. (C dependencies are automatically generated.)