https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e79f2cb5fa9da501de3a0d10b6fcd43e655a66e6 authored by Jason Self on 26 February 2016, 13:08:40 UTC
Linux-libre 3.12.55-gnu
Tip revision: e79f2cb
Makefile
#
# Makefile for the SuperHyway bus drivers.
#

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

back to top