• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionc5b061030a7e1270d3b41d00f93793a52a5ffc03 (tree)
Zeit2020-07-26 18:16:28
AutorYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

rx/dts/Makefile: Add missing file

Ändern Zusammenfassung

Diff

--- /dev/null
+++ b/arch/rx/dts/Makefile
@@ -0,0 +1,18 @@
1+#
2+# SPDX-License-Identifier: GPL-2.0+
3+#
4+
5+dtb-$(CONFIG_TARGET_RX_QEMU) += rx-virt.dtb
6+dtb-$(CONFIG_TARGET_TKDN_ULT62N) += ult62n.dtb
7+dtb-$(CONFIG_TARGET_AP_RX72M) += ap_rx72m_0a.dtb
8+
9+targets += $(dtb-y)
10+
11+# Add any required device tree compiler flags here
12+DTC_FLAGS +=
13+
14+PHONY += dtbs
15+dtbs: $(addprefix $(obj)/, $(dtb-y))
16+ @:
17+
18+clean-files := *.dtb