summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-dts/Makefile
diff options
context:
space:
mode:
authorNeilBrown2018-03-14 21:22:36 +0100
committerGreg Kroah-Hartman2018-03-19 19:56:02 +0100
commitd59578da2bb8d69266351a399c377fc4bf4265b7 (patch)
tree59b779866a9a9094b296e90845a9eceda6622b21 /drivers/staging/mt7621-dts/Makefile
parentstaging: mt7621-eth: mediatek: add Kconfig and Makefile (diff)
downloadkernel-qcow2-linux-d59578da2bb8d69266351a399c377fc4bf4265b7.tar.gz
kernel-qcow2-linux-d59578da2bb8d69266351a399c377fc4bf4265b7.tar.xz
kernel-qcow2-linux-d59578da2bb8d69266351a399c377fc4bf4265b7.zip
staging: mt7621-dts: add dts files
Add device tree source for mt7621 and gnubee1 to make testing easier. Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-dts/Makefile')
-rw-r--r--drivers/staging/mt7621-dts/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-dts/Makefile b/drivers/staging/mt7621-dts/Makefile
new file mode 100644
index 000000000000..195eba4a5c65
--- /dev/null
+++ b/drivers/staging/mt7621-dts/Makefile
@@ -0,0 +1,3 @@
+dtb-$(CONFIG_DTB_GNUBEE1) += gbpc1.dtb
+
+obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))