X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7665bf323e76ed1ebcfd137e2ab0bd356b43a5e8..feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181:/Demos/OTG/TestApp/makefile?ds=inline diff --git a/Demos/OTG/TestApp/makefile b/Demos/OTG/TestApp/makefile index 55b98815a..b0021af4a 100644 --- a/Demos/OTG/TestApp/makefile +++ b/Demos/OTG/TestApp/makefile @@ -122,6 +122,10 @@ OBJDIR = . LUFA_PATH = ../../.. +# LUFA library compile-time options +LUFA_OPTS = -D USE_NONSTANDARD_DESCRIPTOR_NAMES + + # List C source files here. (C dependencies are automatically generated.) SRC = $(TARGET).c \ TestEvents.c \ @@ -184,8 +188,7 @@ CSTANDARD = -std=gnu99 # Place -D or -U options here for C sources -CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) -CDEFS += -DUSE_NONSTANDARD_DESCRIPTOR_NAMES +CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS) # Place -D or -U options here for ASM sources