diff options
Diffstat (limited to 'roms/u-boot/board/sbc8641d/Makefile')
-rw-r--r-- | roms/u-boot/board/sbc8641d/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/sbc8641d/Makefile b/roms/u-boot/board/sbc8641d/Makefile new file mode 100644 index 00000000..a9b20266 --- /dev/null +++ b/roms/u-boot/board/sbc8641d/Makefile @@ -0,0 +1,10 @@ +# +# (C) Copyright 2001 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += sbc8641d.o +obj-y += law.o +obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o |