summaryrefslogtreecommitdiff
path: root/boards/dk-tm4c129x/boot_emac_flash
diff options
context:
space:
mode:
authorTasos Sangiotis <tsagiotis@gmail.com>2015-01-12 13:30:30 +0200
committerTasos Sangiotis <tsagiotis@gmail.com>2015-01-12 13:30:30 +0200
commit6c8201ab902bf8a3a6b42dd7856569a607424a81 (patch)
tree9361e7e73e6ab3cd49565c4b86d1371c75d7b659 /boards/dk-tm4c129x/boot_emac_flash
parenta6163888f3c56123b1db313743c6147ba498732c (diff)
updated all makefiles to match the correct makedefs
Diffstat (limited to 'boards/dk-tm4c129x/boot_emac_flash')
-rw-r--r--boards/dk-tm4c129x/boot_emac_flash/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/boards/dk-tm4c129x/boot_emac_flash/Makefile b/boards/dk-tm4c129x/boot_emac_flash/Makefile
index 74ee14f..af6fd11 100644
--- a/boards/dk-tm4c129x/boot_emac_flash/Makefile
+++ b/boards/dk-tm4c129x/boot_emac_flash/Makefile
@@ -30,7 +30,7 @@ PART=TM4C129XNCZAD
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -40,14 +40,14 @@ include ${ROOT}/makedefs
#
# Where to find source files that do not live in this directory.
#
-VPATH=../../../../boot_loader
+VPATH=../../../boot_loader
#
# Where to find header files that do not live in the source directory.
#
IPATH=.
-IPATH+=../../../..
-IPATH+=../../../../boot_loader
+IPATH+=../../..
+IPATH+=../../../boot_loader
#
# The default rule, which causes the Ethernet flash-based Boot Loader to be built.
@@ -85,8 +85,8 @@ ${COMPILER}/boot_emac_flash.axf: ${COMPILER}/bl_startup_${COMPILER}.o
${COMPILER}/boot_emac_flash.axf: ${COMPILER}/bl_uart.o
${COMPILER}/boot_emac_flash.axf: ${COMPILER}/bl_usb.o
${COMPILER}/boot_emac_flash.axf: ${COMPILER}/bl_usbfuncs.o
-${COMPILER}/boot_emac_flash.axf: ../../../../boot_loader/bl_link.ld
-SCATTERgcc_boot_emac_flash=../../../../boot_loader/bl_link.ld
+${COMPILER}/boot_emac_flash.axf: ../../../boot_loader/bl_link.ld
+SCATTERgcc_boot_emac_flash=../../../boot_loader/bl_link.ld
ENTRY_boot_emac_flash=ResetISR
CFLAGSgcc=-DTARGET_IS_TM4C129_RA0