X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Fsh%2Fdrivers%2FMakefile;h=e13f06bebd9221c9247d27754b0fcd396eb11e57;hb=09cea96caa59fabab3030c53bd698b9b568d959a;hp=bf18dbfb6787db618d339e082b08bd0a8d6e2713;hpb=359f2d17e32b32f53577375f83fb06d34e31bfe8;p=linux-2.6-block.git diff --git a/arch/sh/drivers/Makefile b/arch/sh/drivers/Makefile index bf18dbfb6787..e13f06bebd92 100644 --- a/arch/sh/drivers/Makefile +++ b/arch/sh/drivers/Makefile @@ -2,7 +2,9 @@ # Makefile for the Linux SuperH-specific device drivers. # +obj-y += dma/ + obj-$(CONFIG_PCI) += pci/ -obj-$(CONFIG_SH_DMA) += dma/ obj-$(CONFIG_SUPERHYWAY) += superhyway/ obj-$(CONFIG_PUSH_SWITCH) += push-switch.o +obj-$(CONFIG_HEARTBEAT) += heartbeat.o