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