Oops - fix path case in the Webserver project makefile, to fix *nix builds.
This commit is contained in:
parent
5f776f4785
commit
1babe52682
4 changed files with 34 additions and 34 deletions
|
|
@ -139,8 +139,8 @@ SRC = $(TARGET).c \
|
|||
Lib/uip/timer.c \
|
||||
Lib/uip/uip-neighbor.c \
|
||||
Lib/uip/conf/clock-arch.c \
|
||||
Lib/FatFS/diskio.c \
|
||||
Lib/FatFS/ff.c \
|
||||
Lib/FATFs/diskio.c \
|
||||
Lib/FATFs/ff.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue