X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e388e46ebbf42cacf061b948c231006fbe4831f2..d81767c11909492ee8adab787b48207b347bc6f0:/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile b/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile index 103081aaa..473f85599 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile +++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile @@ -13,6 +13,8 @@ obj-y := irq.o setup.o rt288x.o devices.o clock.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o +obj-$(CONFIG_RT288X_MACH_F5D8235_V1) += mach-f5d8235-v1.o obj-$(CONFIG_RT288X_MACH_RT_N15) += mach-rt-n15.o - +obj-$(CONFIG_RT288X_MACH_V11ST_FE) += mach-v11st-fe.o +obj-$(CONFIG_RT288X_MACH_WLI_TX4_AG300N) += mach-wli-tx4-ag300n.o obj-$(CONFIG_RT288X_MACH_WZR_AGL300NH) += mach-wzr-agl300nh.o