diff options
author | Adam Ford <aford173@gmail.com> | 2020-06-30 09:30:11 -0500 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-07-25 14:19:26 +0200 |
commit | 59028798ab5a1242cc9d578fa5c50a9f057630b2 (patch) | |
tree | 1ca742172185acd5e1b708560651d24979ac2c08 /board/beacon/beacon-rzg2m/Makefile | |
parent | 4ce9566e43c8edb1037abd80f187d3fce684c74f (diff) |
ARM: rmobile: Add Beacon EmbeddedWorks RZG2M Dev Kit
The Beacon EmbeddedWorks kit is based on the R8A774A1 SoC also
known as the RZ/G2M.
The kit consists of a SOM + Baseboard and supports microSD,
eMMC, Ethernet, a couple celular radios, two CAN interfaces,
Bluetooth and WiFi.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'board/beacon/beacon-rzg2m/Makefile')
-rw-r--r-- | board/beacon/beacon-rzg2m/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/beacon/beacon-rzg2m/Makefile b/board/beacon/beacon-rzg2m/Makefile new file mode 100644 index 0000000000..439f3199aa --- /dev/null +++ b/board/beacon/beacon-rzg2m/Makefile @@ -0,0 +1,9 @@ +# +# board/renesas/hihope-rzg2m/Makefile +# +# Copyright (C) 2019 Renesas Electronics Corporation +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := beacon-rzg2m.o |