1# 2# Makefile for the SuperHyway bus drivers. 3# 4 5obj-$(CONFIG_SUPERHYWAY) += superhyway.o 6obj-$(CONFIG_SYSFS) += superhyway-sysfs.o 7 8
1# 2# Makefile for the SuperHyway bus drivers. 3# 4 5obj-$(CONFIG_SUPERHYWAY) += superhyway.o 6obj-$(CONFIG_SYSFS) += superhyway-sysfs.o 7 8