diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-13 09:43:38 -0400 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 00:35:58 -0400 |
commit | 389456b74007c6f455bec9d11e6c7cfc64d6e8d0 (patch) | |
tree | 31dc518c1607ae219d42c0b14ffedac41223799f | |
parent | 38d6bded13084d50b22b6261cc54cdc2364d6ea3 (diff) |
h8300: Symbol name fix
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
-rw-r--r-- | arch/h8300/boot/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/boot/dts/Makefile b/arch/h8300/boot/dts/Makefile index bb123fa1a92d..b6026a550e6a 100644 --- a/arch/h8300/boot/dts/Makefile +++ b/arch/h8300/boot/dts/Makefile | |||
@@ -6,6 +6,6 @@ obj-y += $(BUILTIN_DTB) | |||
6 | 6 | ||
7 | dtb-$(CONFIG_H8300H_SIM) := h8300h_sim.dtb | 7 | dtb-$(CONFIG_H8300H_SIM) := h8300h_sim.dtb |
8 | dtb-$(CONFIG_H8S_SIM) := h8s_sim.dtb | 8 | dtb-$(CONFIG_H8S_SIM) := h8s_sim.dtb |
9 | dtb-$(CONFIG_EDOSK2674) := edosk2674.dtb | 9 | dtb-$(CONFIG_H8S_EDOSK2674) := edosk2674.dtb |
10 | 10 | ||
11 | clean-files := *.dtb.S | 11 | clean-files := *.dtb.S |