https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 24204ad7400939648eb84b142fc8c1d8198ce12f authored by Jason Self on 02 February 2009, 17:10:57 UTC
Linux-libre 2.6.27.14-gnu1
Tip revision: 24204ad
Makefile
#
# Makefile for the SuperHyway bus drivers.
#

obj-$(CONFIG_SUPERHYWAY)	+= superhyway.o
obj-$(CONFIG_SYSFS)		+= superhyway-sysfs.o

back to top