diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-20 13:02:48 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-20 13:02:48 +0900 |
commit | 7639a4541f7e7abb1295ff8ab39cc2f5842239ae (patch) | |
tree | a2ea959e9138c914ceb4ee84387fd0c9d7d2ce12 /arch/sh/Makefile | |
parent | f7275650133ce9df83886684f3bd97373dfc21ea (diff) | |
download | linux-3.10-7639a4541f7e7abb1295ff8ab39cc2f5842239ae.tar.gz linux-3.10-7639a4541f7e7abb1295ff8ab39cc2f5842239ae.tar.bz2 linux-3.10-7639a4541f7e7abb1295ff8ab39cc2f5842239ae.zip |
sh: Migrate common board headers to mach-common/.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 0bc956012c3..1f409bf8180 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -125,6 +125,9 @@ core-y += $(addprefix arch/sh/boards/, \ $(filter-out ., $(patsubst %,%/,$(machdir-y)))) endif +# Common machine type headers. Not part of the arch/sh/boards/ hierarchy. +machdir-y += mach-common + # Companion chips core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ |