https://jxself.org/git/linux-libre.git
Raw File
Tip revision: dc22ee13b06bb931abb3f328fea93c705f7b4d74 authored by Jason Self on 27 April 2009, 17:37:11 UTC
Linux-libre 2.6.29.2-gnu1
Tip revision: dc22ee1
Makefile
#
# Makefile for the SuperHyway bus drivers.
#

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

back to top