From 6c8201ab902bf8a3a6b42dd7856569a607424a81 Mon Sep 17 00:00:00 2001 From: Tasos Sangiotis Date: Mon, 12 Jan 2015 13:30:30 +0200 Subject: updated all makefiles to match the correct makedefs --- boards/ek-lm4f232/boot_usb/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'boards/ek-lm4f232/boot_usb') diff --git a/boards/ek-lm4f232/boot_usb/Makefile b/boards/ek-lm4f232/boot_usb/Makefile index f5491e9..0ecbcc5 100644 --- a/boards/ek-lm4f232/boot_usb/Makefile +++ b/boards/ek-lm4f232/boot_usb/Makefile @@ -30,7 +30,7 @@ PART=TM4C123GH6PGE # # 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 USB Boot Loader to be built. @@ -85,8 +85,8 @@ ${COMPILER}/boot_usb.axf: ${COMPILER}/bl_startup_${COMPILER}.o ${COMPILER}/boot_usb.axf: ${COMPILER}/bl_uart.o ${COMPILER}/boot_usb.axf: ${COMPILER}/bl_usb.o ${COMPILER}/boot_usb.axf: ${COMPILER}/bl_usbfuncs.o -${COMPILER}/boot_usb.axf: ../../../../boot_loader/bl_link.ld -SCATTERgcc_boot_usb=../../../../boot_loader/bl_link.ld +${COMPILER}/boot_usb.axf: ../../../boot_loader/bl_link.ld +SCATTERgcc_boot_usb=../../../boot_loader/bl_link.ld ENTRY_boot_usb=ResetISR CFLAGSgcc=-DTARGET_IS_TM4C123_RA1 -- cgit v1.3.1