X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d11ed10c5314c44dc01c06954d1d73d4894cbff8..e8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2:/Projects/Webserver/makefile diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index 3c72ad875..f0c4ad1a5 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -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 \ @@ -187,7 +187,7 @@ DEBUG = dwarf-2 # Each directory must be seperated by a space. # Use forward slashes for directory separators. # For a directory that has spaces, enclose it in quotes. -EXTRAINCDIRS = $(LUFA_PATH)/ Lib/uip/ Lib/uip/conf/ Lib/FatFS/ +EXTRAINCDIRS = $(LUFA_PATH)/ Lib/uip/ Lib/uip/conf/ Lib/FATFs/ # Compiler flag to set the C Standard level.