diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-03-16 14:32:32 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-03-16 14:32:32 +0200 |
| commit | 1dff4a623235b68c1957870d842d71b8fb3949b6 (patch) | |
| tree | 096249d76ff37d183adcec853942d179eac18907 /boards | |
| parent | 06ce04ea67dc8ac144162c6b15a73a968ba05e78 (diff) | |
Neccesary path changes to Makefile
Diffstat (limited to 'boards')
| -rw-r--r-- | boards/ek-tm4c1294xl/blinky/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/ek-tm4c1294xl/blinky/Makefile b/boards/ek-tm4c1294xl/blinky/Makefile index 0e64464..90d2819 100644 --- a/boards/ek-tm4c1294xl/blinky/Makefile +++ b/boards/ek-tm4c1294xl/blinky/Makefile @@ -30,7 +30,7 @@ PART=TM4C1294NCPDT #
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -40,7 +40,7 @@ include ${ROOT}/makedefs #
# Where to find header files that do not live in the source directory.
#
-IPATH=../../../..
+IPATH=../../..
#
# The default rule, which causes the blinky example to be built.
|
