diff options
| author | hathach <[email protected]> | 2019-05-14 17:51:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-14 17:51:05 +0700 |
| commit | 3e1897b9433f760e4aa8ed903c545b7b2f6780bb (patch) | |
| tree | 6a4885a8634f217bb91206531a4d5fbd9f0695b7 /hw | |
| parent | b1f8aa175e1770c25e0583fe14cc625c4f86bde8 (diff) | |
makefile work with lpc11u68
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/lpcxpresso11u68/board.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
