Skip to content
Snippets Groups Projects
Commit 1b59f561 authored by Dean Camera's avatar Dean Camera
Browse files

Second fix to Webserver project's makefile for the FATFs path case to fix *nix builds.

parent e4674aec
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ DEBUG = dwarf-2 ...@@ -187,7 +187,7 @@ DEBUG = dwarf-2
# Each directory must be seperated by a space. # Each directory must be seperated by a space.
# Use forward slashes for directory separators. # Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes. # 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. # Compiler flag to set the C Standard level.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment