https://jxself.org/git/linux-libre.git
Raw File
Tip revision: eb0777d341df1c3c3582e89483a6ca5f739f881f authored by Jason Self on 14 August 2014, 01:24:33 UTC
Linux-libre 3.10.53-gnu
Tip revision: eb0777d
Makefile
#
# Makefile for the SuperHyway bus drivers.
#

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

back to top