diff options
Diffstat (limited to 'roms/u-boot/arch/mips/mach-mtmips/mt7628/Makefile')
-rw-r--r-- | roms/u-boot/arch/mips/mach-mtmips/mt7628/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/arch/mips/mach-mtmips/mt7628/Makefile b/roms/u-boot/arch/mips/mach-mtmips/mt7628/Makefile new file mode 100644 index 000000000..7e139d5ad --- /dev/null +++ b/roms/u-boot/arch/mips/mach-mtmips/mt7628/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-y += lowlevel_init.o +obj-y += init.o +obj-y += ddr.o +obj-$(CONFIG_SPL_BUILD) += serial.o |