aboutsummaryrefslogtreecommitdiff
path: root/Projects
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-01-28 13:25:50 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-01-28 13:25:50 +0000
commitde1114920d5adf3d39eea61d7878c17f4485796e (patch)
treebb7932f9f9cd2838bc953a70101fbc12c396532e /Projects
parent017089e6568ecf77661e0e259545ab256e5da7c2 (diff)
Second fix to Webserver project's makefile for the FATFs path case to fix *nix builds.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1078 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects')
-rw-r--r--Projects/Webserver/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile
index ce4feaea..f0c4ad1a 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.