diff options
Diffstat (limited to 'drivers/sh/Makefile')
-rw-r--r-- | drivers/sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile index 8a143894e33f..a96f4a8cfeb8 100644 --- a/drivers/sh/Makefile +++ b/drivers/sh/Makefile | |||
@@ -2,5 +2,5 @@ | |||
2 | # Makefile for the SuperH specific drivers. | 2 | # Makefile for the SuperH specific drivers. |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ | 5 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ |
6 | 6 | obj-$(CONFIG_MAPLE) += maple/ | |