diff options
author | Fabien Parent <fparent@baylibre.com> | 2019-03-24 16:46:38 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-23 17:57:26 -0400 |
commit | def2fc05f6f47b883fa9de96275c0350bd31248e (patch) | |
tree | 41c205db419d54da60ab75de914c0224d187595c /arch/arm/mach-mediatek/mt8516/Makefile | |
parent | 6fdb50c098bae577312ab218eba8c9d0fd2df19e (diff) |
ARM: MediaTek: Add support for MT8516 SoC
Add support for MediaTek MT8516 SoC. This include the file
that will initialize the SoC after boot and its device tree.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-mediatek/mt8516/Makefile')
-rw-r--r-- | arch/arm/mach-mediatek/mt8516/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mediatek/mt8516/Makefile b/arch/arm/mach-mediatek/mt8516/Makefile new file mode 100644 index 0000000000..886ab7e4eb --- /dev/null +++ b/arch/arm/mach-mediatek/mt8516/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-y += init.o |