https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e6badbe66f0c596922e38a797eb9783b6dc2d3a0 authored by Jason Self on 20 November 2014, 21:18:04 UTC
Linux-libre 3.12.33-gnu
Tip revision: e6badbe
Makefile
#
# Makefile for the SuperHyway bus drivers.
#

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

back to top