2005-04-17 00:20:36 +02:00
|
|
|
#
|
|
|
|
# Makefile for the Linux SuperH-specific device drivers.
|
|
|
|
#
|
|
|
|
|
2007-05-09 10:36:15 +02:00
|
|
|
obj-y += dma/
|
|
|
|
|
2005-11-07 09:58:22 +01:00
|
|
|
obj-$(CONFIG_PCI) += pci/
|
|
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
2006-11-24 03:22:57 +01:00
|
|
|
obj-$(CONFIG_PUSH_SWITCH) += push-switch.o
|
2007-02-13 07:42:28 +01:00
|
|
|
obj-$(CONFIG_HEARTBEAT) += heartbeat.o
|