diff options
author | Darwin Rambo <drambo@broadcom.com> | 2014-02-11 11:06:38 -0800 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-22 19:30:45 +0100 |
commit | 9ed679aeeb9899123bf92ed1eafb7cf6965473dc (patch) | |
tree | fb07e3cc334b069f2cca243bd6432bd7e83233b8 /board/broadcom/bcm28155_ap/Makefile | |
parent | 7a9d0ad009dfde35d1c377c1c1203ccf2478c773 (diff) |
board: bcm28155_ap: Add board files
Add support for the bcm28155_ap reference board.
Signed-off-by: Darwin Rambo <drambo@broadcom.com>
Reviewed-by: Steve Rae <srae@broadcom.com>
Reviewed-by: Tim Kryger <tkryger@linaro.org>
Diffstat (limited to 'board/broadcom/bcm28155_ap/Makefile')
-rw-r--r-- | board/broadcom/bcm28155_ap/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/broadcom/bcm28155_ap/Makefile b/board/broadcom/bcm28155_ap/Makefile new file mode 100644 index 0000000000..b18785a078 --- /dev/null +++ b/board/broadcom/bcm28155_ap/Makefile @@ -0,0 +1,7 @@ +# +# Copyright 2013 Broadcom Corporation. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += $(BOARD).o |