From: John Crispin Date: Mon, 7 May 2018 13:01:12 +0000 (+0200) Subject: ath79: drop dts/Makefile X-Git-Tag: v18.06.0-rc1~236 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=99f10b193e24c59b43382f5e7739bc83853382cf ath79: drop dts/Makefile Signed-off-by: John Crispin --- diff --git a/target/linux/ath79/dts/Makefile b/target/linux/ath79/dts/Makefile deleted file mode 100644 index eabd94eb59..0000000000 --- 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