diff options
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 0353296c2c93..408342b175c8 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -118,6 +118,7 @@ machdir-$(CONFIG_SH_7751_SYSTEMH) += renesas/systemh | |||
118 | machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705 | 118 | machdir-$(CONFIG_SH_EDOSK7705) += renesas/edosk7705 |
119 | machdir-$(CONFIG_SH_HIGHLANDER) += renesas/r7780rp | 119 | machdir-$(CONFIG_SH_HIGHLANDER) += renesas/r7780rp |
120 | machdir-$(CONFIG_SH_7710VOIPGW) += renesas/sh7710voipgw | 120 | machdir-$(CONFIG_SH_7710VOIPGW) += renesas/sh7710voipgw |
121 | machdir-$(CONFIG_SH_X3PROTO) += renesas/x3proto | ||
121 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += superh/microdev | 122 | machdir-$(CONFIG_SH_SH4202_MICRODEV) += superh/microdev |
122 | machdir-$(CONFIG_SH_LANDISK) += landisk | 123 | machdir-$(CONFIG_SH_LANDISK) += landisk |
123 | machdir-$(CONFIG_SH_TITAN) += titan | 124 | machdir-$(CONFIG_SH_TITAN) += titan |
@@ -125,6 +126,7 @@ machdir-$(CONFIG_SH_SHMIN) += shmin | |||
125 | machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 | 126 | machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 |
126 | machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 | 127 | machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 |
127 | machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 | 128 | machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 |
129 | machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2 | ||
128 | 130 | ||
129 | incdir-y := $(notdir $(machdir-y)) | 131 | incdir-y := $(notdir $(machdir-y)) |
130 | 132 | ||
@@ -135,7 +137,7 @@ endif | |||
135 | 137 | ||
136 | # Companion chips | 138 | # Companion chips |
137 | core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ | 139 | core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ |
138 | core-$(CONFIG_VOYAGERGX) += arch/sh/cchips/voyagergx/ | 140 | core-$(CONFIG_MFD_SM501) += arch/sh/cchips/voyagergx/ |
139 | 141 | ||
140 | cpuincdir-$(CONFIG_CPU_SH2) := cpu-sh2 | 142 | cpuincdir-$(CONFIG_CPU_SH2) := cpu-sh2 |
141 | cpuincdir-$(CONFIG_CPU_SH2A) := cpu-sh2a | 143 | cpuincdir-$(CONFIG_CPU_SH2A) := cpu-sh2a |