mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 09:35:52 -04:00
The GCW Zero (http://www.gcw-zero.com) is a retro-gaming focused handheld game console, successfully kickstarted in ~2012, running Linux. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Acked-by: Mathieu Malaterre <malat@debian.org> Acked-by: Philippe Ombredanne <pombredanne@nexb.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Maarten ter Huurne <maarten@treewalker.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/18490/ Signed-off-by: James Hogan <jhogan@kernel.org>
7 lines
205 B
Makefile
7 lines
205 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_JZ4740_QI_LB60) += qi_lb60.dtb
|
|
dtb-$(CONFIG_JZ4770_GCW0) += gcw0.dtb
|
|
dtb-$(CONFIG_JZ4780_CI20) += ci20.dtb
|
|
|
|
obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
|