diff options
Diffstat (limited to 'roms/u-boot/board/samsung/smdkc100/Makefile')
-rw-r--r-- | roms/u-boot/board/samsung/smdkc100/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/board/samsung/smdkc100/Makefile b/roms/u-boot/board/samsung/smdkc100/Makefile new file mode 100644 index 000000000..00535ee54 --- /dev/null +++ b/roms/u-boot/board/samsung/smdkc100/Makefile @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2000, 2001, 2002 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2008 +# Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de> + +obj-y := smdkc100.o +obj-$(CONFIG_SAMSUNG_ONENAND) += onenand.o +obj-y += lowlevel_init.o |