mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 05:11:32 +00:00
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
|
||
|
|