https://github.com/torvalds/linux
Raw File
Tip revision: 161291396e76e0832c08f617eb9bd364d1648148 authored by Linus Torvalds on 11 October 2009, 21:43:56 UTC
Linux 2.6.32-rc4
Tip revision: 1612913
Makefile
#
# Makefile for the SuperH specific drivers.
#
obj-$(CONFIG_SUPERHYWAY)	+= superhyway/
obj-$(CONFIG_MAPLE)		+= maple/
obj-y				+= intc.o
back to top