mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
a0392222d9
Activate USE_OF, add a sample DTS file and convert the core soc code to OF. Signed-off-by: John Crispin <blogic@openwrt.org> Cc: linux-mips@linux-mips.org Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3803/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
5 lines
98 B
Makefile
5 lines
98 B
Makefile
obj-$(CONFIG_DT_EASY50712) := easy50712.dtb.o
|
|
|
|
$(obj)/%.dtb: $(obj)/%.dts
|
|
$(call if_changed,dtc)
|