https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a750ddfd32b3e7baaffa3cc9ea661c35acbbc3aa authored by Jason Self on 07 November 2011, 22:19:15 UTC
Linux-libre 2.6.33.20-gnu1
Tip revision: a750ddf
Makefile
#
# Makefile for the SuperHyway bus drivers.
#

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

back to top