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/BuR/kwb/Makefile | |
parent | 9ed679aeeb9899123bf92ed1eafb7cf6965473dc (diff) | |
parent | 11f296870659e1375e7116a859458b254cc3156f (diff) | |
download | u-boot-imx-fae56934a0744a4dd6981323ba8a966646fd7ca5.zip u-boot-imx-fae56934a0744a4dd6981323ba8a966646fd7ca5.tar.gz u-boot-imx-fae56934a0744a4dd6981323ba8a966646fd7ca5.tar.bz2 |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'board/BuR/kwb/Makefile')
-rw-r--r-- | board/BuR/kwb/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/BuR/kwb/Makefile b/board/BuR/kwb/Makefile new file mode 100644 index 0000000..7b04b26 --- /dev/null +++ b/board/BuR/kwb/Makefile @@ -0,0 +1,12 @@ +# +# Makefile +# +# Copyright (C) 2014 Hannes Petermaier <oe5hpm@oevsv.at> - +# Bernecker & Rainer Industrielektronik GmbH - http://www.br-automation.com/ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_SPL_BUILD) += mux.o +obj-y += ../common/common.o +obj-y += board.o |