X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Fboard%2Fsamsung%2Fsmdk5250%2FMakefile;fp=qemu%2Froms%2Fu-boot%2Fboard%2Fsamsung%2Fsmdk5250%2FMakefile;h=6a586553e1f60a3dfbb9563510215d05b0e3b36d;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/board/samsung/smdk5250/Makefile b/qemu/roms/u-boot/board/samsung/smdk5250/Makefile new file mode 100644 index 000000000..6a586553e --- /dev/null +++ b/qemu/roms/u-boot/board/samsung/smdk5250/Makefile @@ -0,0 +1,15 @@ +# +# Copyright (C) 2012 Samsung Electronics +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += smdk5250_spl.o + +ifndef CONFIG_SPL_BUILD +ifdef CONFIG_OF_CONTROL +obj-y += exynos5-dt.o +else +obj-y += smdk5250.o +endif +endif