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