diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-10 20:10:03 +0300 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 07:35:57 +0300 |
commit | 38d6bded13084d50b22b6261cc54cdc2364d6ea3 (patch) | |
tree | 446d342cd8f840b92407e9bec54bedcdc68e4bb3 /arch/h8300/boot/dts/Makefile | |
parent | 9354fe8f929896d6801a75d9df111d759ccc084c (diff) | |
download | linux-38d6bded13084d50b22b6261cc54cdc2364d6ea3.tar.xz |
h8300: devicetree source
- h8300h_sim: GDB H8/300H simulator
- h8s_sim: GDB H8S simulator
- edosk2674: Renesas EDOSK2674R Evalution board
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/boot/dts/Makefile')
-rw-r--r-- | arch/h8300/boot/dts/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/h8300/boot/dts/Makefile b/arch/h8300/boot/dts/Makefile new file mode 100644 index 000000000000..bb123fa1a92d --- /dev/null +++ b/arch/h8300/boot/dts/Makefile @@ -0,0 +1,11 @@ +ifneq '$(CONFIG_H8300_BUILTIN_DTB)' '""' +BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_H8300_BUILTIN_DTB)).dtb.o +endif + +obj-y += $(BUILTIN_DTB) + +dtb-$(CONFIG_H8300H_SIM) := h8300h_sim.dtb +dtb-$(CONFIG_H8S_SIM) := h8s_sim.dtb +dtb-$(CONFIG_EDOSK2674) := edosk2674.dtb + +clean-files := *.dtb.S |