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