mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 17:23:55 +08:00
2b133ad6e9
Move the Atheros drivers into drivers/net/ethernet/atheros/ and make the necessary Kconfig and Makefile changes. CC: Jay Cliburn <jcliburn@gmail.com> CC: Chris Snook <chris.snook@gmail.com> CC: Jie Yang <jie.yang@atheros.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3 lines
85 B
Makefile
3 lines
85 B
Makefile
obj-$(CONFIG_ATL1C) += atl1c.o
|
|
atl1c-objs := atl1c_main.o atl1c_hw.o atl1c_ethtool.o
|