diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-12-14 16:16:49 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-12-19 15:23:01 +0100 |
commit | 6787c1ece07f771629ea5b463a362f9b4c40d2c0 (patch) | |
tree | 1340a0d0907ae67cb47ef62732a798790c8145a7 /board/mscc/ocelot/Makefile | |
parent | 6bd8231a6dd58c2003e67a84e55705014d963989 (diff) |
MSCC: add board support for the Ocelots based evaluation boards
Adding the support for 2 boards sharing common code for Ocelot chip:
PCB120 and PCB123
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'board/mscc/ocelot/Makefile')
-rw-r--r-- | board/mscc/ocelot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/mscc/ocelot/Makefile b/board/mscc/ocelot/Makefile new file mode 100644 index 0000000000..9f28c81268 --- /dev/null +++ b/board/mscc/ocelot/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +obj-$(CONFIG_SOC_OCELOT) := ocelot.o + |