mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 04:33:58 +08: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
|
||
|
|