You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
999 B
26 lines
999 B
--- a/cpu/mips/Makefile
|
|
+++ b/cpu/mips/Makefile
|
|
@@ -33,6 +33,7 @@ SOBJS-$(CONFIG_INCA_IP) += incaip_wdt.o
|
|
COBJS-$(CONFIG_INCA_IP) += asc_serial.o incaip_clock.o
|
|
COBJS-$(CONFIG_PURPLE) += asc_serial.o
|
|
COBJS-$(CONFIG_SOC_AU1X00) += au1x00_eth.o au1x00_serial.o au1x00_usb_ohci.o
|
|
+COBJS-$(CONFIG_AR71XX) += ar71xx_serial.o
|
|
|
|
SRCS := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
|
|
OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -3474,6 +3474,13 @@ qemu_mips_config : unconfig
|
|
@$(MKCONFIG) -a qemu-mips mips mips qemu-mips
|
|
|
|
#########################################################################
|
|
+## MIPS32 AR71XX (24K)
|
|
+#########################################################################
|
|
+
|
|
+nbg460n_550n_550nh_config : unconfig
|
|
+ @$(MKCONFIG) -a nbg460n mips mips nbg460n zyxel
|
|
+
|
|
+#########################################################################
|
|
## MIPS64 5Kc
|
|
#########################################################################
|
|
|
|
|