forked from luck/tmp_suning_uos_patched
f2148a4728
Move the VIA drivers into drivers/net/ethernet/via/ and make the necessary Kconfig and Makefile changes. CC: Roger Luethi <rl@hellgate.ch> CC: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7 lines
128 B
Makefile
7 lines
128 B
Makefile
#
|
|
# Makefile for the VIA device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_VIA_RHINE) += via-rhine.o
|
|
obj-$(CONFIG_VIA_VELOCITY) += via-velocity.o
|