https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a957520e376b88f3016f90263d2cdb3a30df36fd authored by Jason Self on 02 May 2009, 17:35:51 UTC
Linux-libre 2.6.27.22-gnu1
Tip revision: a957520
Makefile
#
# Makefile for the SuperHyway bus drivers.
#

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

back to top