Commit 2f92cd72 authored by Lucas Russo's avatar Lucas Russo

Makefile: use PREFIX variable instead of hardcoded location

parent 53a26a58
......@@ -194,7 +194,7 @@ boards_INCLUDE_DIRS = -Iinclude/boards/$(BOARD)
INCLUDE_DIRS = $(boards_INCLUDE_DIRS) \
-Iinclude \
-Iforeign/libsdbfs \
-I/usr/local/include
-I${PREFIX}/include
# Merge all flags. We expect tghese variables to be appended to the possible
# command-line options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment