clean up LD_FILE using $(BOARD)
make it easier to duplicate bsp
This commit is contained in:
@@ -6,7 +6,7 @@ CFLAGS += \
|
||||
-DCFG_TUSB_MCU=OPT_MCU_NUC505
|
||||
|
||||
# All source paths should be relative to the top level.
|
||||
LD_FILE = hw/bsp/nutiny_sdk_nuc505/nuc505_flashtoram.ld
|
||||
LD_FILE = hw/bsp/$(BOARD)/nuc505_flashtoram.ld
|
||||
|
||||
SRC_C += \
|
||||
hw/mcu/nuvoton/nuc505/Device/Nuvoton/NUC505Series/Source/system_NUC505Series.c \
|
||||
|
Reference in New Issue
Block a user