Second fix to Webserver project's makefile for the FATFs path case to fix *nix builds.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 28 Jan 2010 13:25:50 +0000 (13:25 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 28 Jan 2010 13:25:50 +0000 (13:25 +0000)
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
 #     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
 \r
 \r
 # Compiler flag to set the C Standard level.\r