diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-06 09:32:42 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-06 09:32:42 +0100 |
commit | 4b0561d84198f8d696fd51cfc27aeac8c7482a8c (patch) | |
tree | b606414d6bfe1332209a282955233a1d87547f40 /board/samsung/smdk5420/Makefile | |
parent | a891601ce51edbafa1a2750c96a618e4fcbca1c2 (diff) | |
parent | a5e15bbb42512ee5be53967019e9649816790d7e (diff) | |
download | u-boot-4b0561d84198f8d696fd51cfc27aeac8c7482a8c.tar.gz |
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Diffstat (limited to 'board/samsung/smdk5420/Makefile')
-rw-r--r-- | board/samsung/smdk5420/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/samsung/smdk5420/Makefile b/board/samsung/smdk5420/Makefile new file mode 100644 index 0000000000..c2f8886c99 --- /dev/null +++ b/board/samsung/smdk5420/Makefile @@ -0,0 +1,11 @@ +# +# Copyright (C) 2013 Samsung Electronics +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += smdk5420_spl.o + +ifndef CONFIG_SPL_BUILD +obj-y += smdk5420.o +endif |