mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-11 11:24:15 +00:00
Second fix to Webserver project's makefile for the FATFs path case to fix *nix builds.
This commit is contained in:
parent
e4674aecb7
commit
1b59f561ed
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user