8 lines
133 B
Makefile
8 lines
133 B
Makefile
#
|
|
# Makefile for the SuperHyway bus drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway.o
|
|
obj-$(CONFIG_SYSFS) += superhyway-sysfs.o
|
|
|