diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-05-13 22:43:38 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-06-23 13:35:58 +0900 |
commit | 389456b74007c6f455bec9d11e6c7cfc64d6e8d0 (patch) | |
tree | 31dc518c1607ae219d42c0b14ffedac41223799f /arch/h8300 | |
parent | 38d6bded13084d50b22b6261cc54cdc2364d6ea3 (diff) | |
download | linux-stable-389456b74007c6f455bec9d11e6c7cfc64d6e8d0.tar.gz linux-stable-389456b74007c6f455bec9d11e6c7cfc64d6e8d0.tar.bz2 linux-stable-389456b74007c6f455bec9d11e6c7cfc64d6e8d0.zip |
h8300: Symbol name fix
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300')
-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) dtb-$(CONFIG_H8300H_SIM) := h8300h_sim.dtb dtb-$(CONFIG_H8S_SIM) := h8s_sim.dtb -dtb-$(CONFIG_EDOSK2674) := edosk2674.dtb +dtb-$(CONFIG_H8S_EDOSK2674) := edosk2674.dtb clean-files := *.dtb.S |