diff options
Diffstat (limited to 'drivers/sh/Makefile')
-rw-r--r-- | drivers/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile index 08fc653..50dd5a6 100644 --- a/drivers/sh/Makefile +++ b/drivers/sh/Makefile @@ -1,7 +1,7 @@ # # Makefile for the SuperH specific drivers. # -obj-y := clk.o intc.o +obj-y := clk.o intc/ obj-$(CONFIG_SUPERHYWAY) += superhyway/ obj-$(CONFIG_MAPLE) += maple/ |