diff options
Diffstat (limited to 'roms/u-boot/board/sbc8548/Makefile')
-rw-r--r-- | roms/u-boot/board/sbc8548/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/board/sbc8548/Makefile b/roms/u-boot/board/sbc8548/Makefile new file mode 100644 index 000000000..83d208cf1 --- /dev/null +++ b/roms/u-boot/board/sbc8548/Makefile @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (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 + +obj-y += sbc8548.o +obj-y += law.o +obj-y += tlb.o +obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o |