From 99f10b193e24c59b43382f5e7739bc83853382cf Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Mon, 7 May 2018 15:01:12 +0200
Subject: [PATCH] ath79: drop dts/Makefile

Signed-off-by: John Crispin <john@phrozen.org>
---
 target/linux/ath79/dts/Makefile | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 target/linux/ath79/dts/Makefile

diff --git a/target/linux/ath79/dts/Makefile b/target/linux/ath79/dts/Makefile
deleted file mode 100644
index eabd94eb59d..00000000000
--- a/target/linux/ath79/dts/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-# All DTBs
-dtb-$(CONFIG_ATH79)			+= ar9132_tl_wr1043nd_v1.dtb
-dtb-$(CONFIG_ATH79)			+= ar9331_dpt_module.dtb
-dtb-$(CONFIG_ATH79)			+= ar9331_dragino_ms14.dtb
-dtb-$(CONFIG_ATH79)			+= ar9331_omega.dtb
-dtb-$(CONFIG_ATH79)			+= ar9331_tl_mr3020.dtb
-
-# Force kbuild to make empty built-in.o if necessary
-obj-				+= dummy.o
-
-always				:= $(dtb-y)
-clean-files			:= *.dtb *.dtb.S
-- 
GitLab