diff options
Diffstat (limited to 'qemu/roms/u-boot/board/sbc8548/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/sbc8548/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/sbc8548/Makefile b/qemu/roms/u-boot/board/sbc8548/Makefile new file mode 100644 index 000000000..4c9b6cd60 --- /dev/null +++ b/qemu/roms/u-boot/board/sbc8548/Makefile @@ -0,0 +1,14 @@ +# +# (C) Copyright 2004-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2007 Wind River Systems Inc <www.windriver.com>. +# Added support for Wind River SBC8548 board +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += sbc8548.o +obj-y += law.o +obj-y += tlb.o +obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o |