mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 15:51:46 +00:00
9 lines
185 B
Makefile
9 lines
185 B
Makefile
|
#
|
||
|
# Makefile for Qlogic 1G/10G Ethernet Driver for CNA devices
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_QLCNIC) := qlcnic.o
|
||
|
|
||
|
qlcnic-y := qlcnic_hw.o qlcnic_main.o qlcnic_init.o \
|
||
|
qlcnic_ethtool.o qlcnic_ctx.o
|