https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c67af728230d5260d7dbadfcf11ae13510f67870 authored by Jason Self on 14 April 2014, 13:42:38 UTC
Linux-libre 3.10.37-gnu
Tip revision: c67af72
Makefile
#
# Makefile for the SuperHyway bus drivers.
#

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

back to top