diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-24 10:29:59 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-24 10:29:59 +0100 |
commit | fae56934a0744a4dd6981323ba8a966646fd7ca5 (patch) | |
tree | f1eab46cc702aee6c8cd2c2aaeda95d383ed02a6 /board/silica/pengwyn/Makefile | |
parent | 9ed679aeeb9899123bf92ed1eafb7cf6965473dc (diff) | |
parent | 11f296870659e1375e7116a859458b254cc3156f (diff) |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'board/silica/pengwyn/Makefile')
-rw-r--r-- | board/silica/pengwyn/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/silica/pengwyn/Makefile b/board/silica/pengwyn/Makefile new file mode 100644 index 0000000000..c8b4f9a280 --- /dev/null +++ b/board/silica/pengwyn/Makefile @@ -0,0 +1,13 @@ +# +# Makefile +# +# Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_NOR_BOOT),y) +obj-y := mux.o +endif + +obj-y += board.o |