diff options
Diffstat (limited to 'qemu/roms/u-boot/board/Marvell/db64460/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/Marvell/db64460/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/Marvell/db64460/Makefile b/qemu/roms/u-boot/board/Marvell/db64460/Makefile new file mode 100644 index 000000000..a970f9afd --- /dev/null +++ b/qemu/roms/u-boot/board/Marvell/db64460/Makefile @@ -0,0 +1,13 @@ +# +# (C) Copyright 2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2001 +# Josh Huber <huber@mclx.com>, Mission Critical Linux, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += db64460.o ../common/flash.o ../common/serial.o ../common/memory.o pci.o \ + mv_eth.o ../common/ns16550.o mpsc.o ../common/i2c.o \ + sdram_init.o ../common/intel_flash.o ../common/misc.o |