Second fix to Webserver project's makefile for the FATFs path case to fix *nix builds.
[pub/USBasp.git] / Projects / Webserver / makefile
index ce4feae..f0c4ad1 100644 (file)
@@ -187,7 +187,7 @@ DEBUG = dwarf-2
 #     Each directory must be seperated by a space.\r
 #     Use forward slashes for directory separators.\r
 #     For a directory that has spaces, enclose it in quotes.\r
-EXTRAINCDIRS = $(LUFA_PATH)/ Lib/uip/ Lib/uip/conf/ Lib/FatFS/\r
+EXTRAINCDIRS = $(LUFA_PATH)/ Lib/uip/ Lib/uip/conf/ Lib/FATFs/\r
 \r
 \r
 # Compiler flag to set the C Standard level.\r