diff options
author | Scott Branden <sbranden@broadcom.com> | 2014-08-11 13:58:25 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-30 07:46:40 -0400 |
commit | da1f5ac29593449d66833e01668c878ac0665a2e (patch) | |
tree | d354daf228fc2698dd0fe504e11712e9b4c3bff3 /board/broadcom/bcm_ep/Makefile | |
parent | 562f01a2baff4b454864c3d3d67fb315cf67adfa (diff) |
arm: add Cygnus and NSP boards
The bcm_ep board configuration is used by a number of boards
including Cygnus and NSP.
Add builds for the bcm958300k and the bcm958622hr boards.
Signed-off-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'board/broadcom/bcm_ep/Makefile')
-rw-r--r-- | board/broadcom/bcm_ep/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/broadcom/bcm_ep/Makefile b/board/broadcom/bcm_ep/Makefile new file mode 100644 index 0000000000..8914e547e8 --- /dev/null +++ b/board/broadcom/bcm_ep/Makefile @@ -0,0 +1,7 @@ +# +# Copyright 2014 Broadcom Corporation. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += board.o |