https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 78e6230078e2930dfb39849b0e4b4a4880afdc8a authored by Jason Self on 03 February 2012, 17:28:21 UTC
Linux-libre 2.6.32.56-gnu1
Tip revision: 78e6230
Makefile
#
# Makefile for the SuperHyway bus drivers.
#

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

back to top