From 3e1897b9433f760e4aa8ed903c545b7b2f6780bb Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 14 May 2019 17:51:05 +0700 Subject: makefile work with lpc11u68 --- hw/bsp/lpcxpresso11u68/board.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw') diff --git a/hw/bsp/lpcxpresso11u68/board.mk b/hw/bsp/lpcxpresso11u68/board.mk index a443cec4c..70c349a4f 100644 --- a/hw/bsp/lpcxpresso11u68/board.mk +++ b/hw/bsp/lpcxpresso11u68/board.mk @@ -7,8 +7,8 @@ CFLAGS += \ -D__VTOR_PRESENT=0 \ -DCFG_TUSB_MCU=OPT_MCU_LPC11UXX \ -D__USE_LPCOPEN \ - '-DCFG_TUSB_MEM_SECTION= __attribute__((section(".data.$RAM3")))' \ - '-DCFG_TUSB_MEM_ALIGN=__attribute__ ((aligned(64)))' + -DCFG_TUSB_MEM_SECTION='__attribute__((section(".data.$$RAM3")))' \ + -DCFG_TUSB_MEM_ALIGN='__attribute__((aligned(64)))' # All source paths should be relative to the top level. LD_FILE = hw/bsp/lpcxpresso11u68/lpc11u68.ld -- cgit v1.3.1