X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fsh%2FMakefile;h=08fc653a825caf66894f52296018619d2a762dbd;hb=4645b94e5c1aa9c65ee90852ec9538010b114e6a;hp=78bb5127abd0a58bf06a3ac3588e7868d791ece0;hpb=53b5cd349556394f91553b3bab3b483b4024e6d8;p=karo-tx-linux.git diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile index 78bb5127abd0..08fc653a825c 100644 --- a/drivers/sh/Makefile +++ b/drivers/sh/Makefile @@ -1,9 +1,10 @@ # # Makefile for the SuperH specific drivers. # +obj-y := clk.o intc.o + obj-$(CONFIG_SUPERHYWAY) += superhyway/ obj-$(CONFIG_MAPLE) += maple/ + obj-$(CONFIG_GENERIC_GPIO) += pfc.o -obj-$(CONFIG_SUPERH) += clk.o obj-$(CONFIG_SH_CLK_CPG) += clk-cpg.o -obj-y += intc.o