add a submodule of Renesas RX family to hw/mcu/renesas/rx

This commit is contained in:
kkitayam
2021-03-31 21:53:15 +09:00
parent 74c8887c8e
commit 25057022e3
3 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
DEPS_SUBMODULES += hw/mcu/renesas
DEPS_SUBMODULES += hw/mcu/renesas/rx
CFLAGS += \
-nostartfiles \
@@ -32,7 +32,7 @@ CFLAGS += -nostdinc \
LIBS += -loptc -loptm
endif
MCU_DIR = hw/mcu/renesas/rx63n
MCU_DIR = hw/mcu/renesas/rx/rx63n
# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/r5f5631fd.ld
+1
Submodule hw/mcu/renesas/rx added at 4a51dfe6ec