move rx63n into its own family

This commit is contained in:
hathach 2021-03-29 23:54:44 +07:00
parent ae98a12cff
commit 5a0c594c71
5 changed files with 3 additions and 2 deletions

View File

@ -35,14 +35,14 @@ endif
MCU_DIR = hw/mcu/renesas/rx63n
# All source paths should be relative to the top level.
LD_FILE = hw/bsp/$(BOARD)/r5f5631fd.ld
LD_FILE = $(BOARD_PATH)/r5f5631fd.ld
SRC_C += \
src/portable/renesas/usba/dcd_usba.c \
$(MCU_DIR)/vects.c
INC += \
$(TOP)/hw/bsp/$(BOARD) \
$(TOP)/$(BOARD_PATH) \
$(TOP)/$(MCU_DIR)
SRC_S += $(MCU_DIR)/start.S

1
hw/bsp/rx63n/family.mk Normal file
View File

@ -0,0 +1 @@
include $(TOP)/$(BOARD_PATH)/board.mk