u-boot/arch/mips/mach-mtmips/mt7621/spl/Makefile
Weijie Gao 4bc0104c97 mips: mtmips: add support for MediaTek MT7621 SoC
This patch adds support for MediaTek MT7621 SoC.
All files are dedicated for u-boot.

The default build target is u-boot-mt7621.bin.

The specification of this chip:
https://www.mediatek.com/products/homenetworking/mt7621

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
2022-07-13 23:03:37 +02:00

9 lines
124 B
Makefile

extra-y += start.o
obj-y += spl.o
obj-y += cps.o
obj-y += dram.o
obj-y += serial.o
obj-y += launch.o
obj-y += launch_ll.o