X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/1eb64e62d51f22903ce3e54b23f885d6957fe649..b3ba26269c96c5d5ba4f1553379a02a10ae1d7dd:/Demos/Device/LowLevel/RNDISEthernet/makefile diff --git a/Demos/Device/LowLevel/RNDISEthernet/makefile b/Demos/Device/LowLevel/RNDISEthernet/makefile index 89a57d88c..583e63792 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/makefile +++ b/Demos/Device/LowLevel/RNDISEthernet/makefile @@ -18,8 +18,7 @@ F_CPU = 8000000 F_USB = $(F_CPU) OPTIMIZATION = s TARGET = RNDISEthernet -SRC = $(TARGET).c Descriptors.c Lib/Ethernet.c Lib/ProtocolDecoders.c Lib/RNDIS.c Lib/ICMP.c Lib/TCP.c Lib/UDP.c \ - Lib/DHCP.c Lib/ARP.c Lib/IP.c Lib/Webserver.c $(LUFA_SRC_USB) $(LUFA_SRC_SERIAL) +SRC = $(TARGET).c Descriptors.c Lib/RNDIS.c $(LUFA_SRC_USB) $(LUFA_SRC_SERIAL) LUFA_PATH = ../../../../LUFA CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/ LD_FLAGS =