• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/
1#
2# Makefile for the Linux SuperH-specific device drivers.
3#
4
5obj-y		+= dma/
6
7obj-$(CONFIG_PCI)		+= pci/
8obj-$(CONFIG_SUPERHYWAY)	+= superhyway/
9obj-$(CONFIG_PUSH_SWITCH)	+= push-switch.o
10obj-$(CONFIG_HEARTBEAT)		+= heartbeat.o
11