From: Dean Camera Date: Thu, 28 Jan 2010 13:25:50 +0000 (+0000) Subject: Second fix to Webserver project's makefile for the FATFs path case to fix *nix builds. X-Git-Tag: LUFA-110528-BETA~648 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/1b59f561edde456f1c8d88bd8e60d2636dec095f Second fix to Webserver project's makefile for the FATFs path case to fix *nix builds. --- diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index ce4feaeac..f0c4ad1a5 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -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.