diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-01-12 13:48:15 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-01-12 13:48:15 +0200 |
| commit | c686407d271989d5c4bcc1b3c4f5bb6fcd1846a8 (patch) | |
| tree | 9361e7e73e6ab3cd49565c4b86d1371c75d7b659 /boards/ek-lm4f232/sd_card/Makefile | |
| parent | a6163888f3c56123b1db313743c6147ba498732c (diff) | |
| parent | 6c8201ab902bf8a3a6b42dd7856569a607424a81 (diff) | |
Merge pull request #4 from tsagi/master
updated all makefiles to match the correct makedefs
Diffstat (limited to 'boards/ek-lm4f232/sd_card/Makefile')
| -rw-r--r-- | boards/ek-lm4f232/sd_card/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/boards/ek-lm4f232/sd_card/Makefile b/boards/ek-lm4f232/sd_card/Makefile index e178347..f292442 100644 --- a/boards/ek-lm4f232/sd_card/Makefile +++ b/boards/ek-lm4f232/sd_card/Makefile @@ -30,7 +30,7 @@ PART=TM4C123GH6PGE #
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,17 +41,17 @@ include ${ROOT}/makedefs # Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../third_party/fatfs/src/option
-VPATH+=../../../../third_party/fatfs/port
-VPATH+=../../../../third_party/fatfs/src
-VPATH+=../../../../utils
+VPATH+=../../../third_party/fatfs/src/option
+VPATH+=../../../third_party/fatfs/port
+VPATH+=../../../third_party/fatfs/src
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
-IPATH+=../../../../third_party
+IPATH+=../../..
+IPATH+=../../../third_party
#
# The default rule, which causes the SD card example to be built.
|
