Oops - fix path case in the Webserver project makefile, to fix *nix builds.

This commit is contained in:
Dean Camera 2010-01-28 13:23:05 +00:00
parent 5f776f4785
commit 1babe52682
4 changed files with 34 additions and 34 deletions

View file

@ -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 \