diff options
author | John Crispin <john@phrozen.org> | 2018-05-07 15:01:12 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-07 15:01:12 +0200 |
commit | 99f10b193e24c59b43382f5e7739bc83853382cf (patch) | |
tree | 0b7fd479719d0dddcb5b93ada64f01dede855995 /target/linux/ath79 | |
parent | 4aacd6388aed857ed20afa9943257722a4d24ec4 (diff) | |
download | upstream-99f10b193e24c59b43382f5e7739bc83853382cf.tar.gz upstream-99f10b193e24c59b43382f5e7739bc83853382cf.tar.bz2 upstream-99f10b193e24c59b43382f5e7739bc83853382cf.zip |
ath79: drop dts/Makefile
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
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 |