mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 09:02:17 +00:00
6 lines
120 B
Makefile
6 lines
120 B
Makefile
|
obj-$(CONFIG_ENIC) := enic.o
|
||
|
|
||
|
enic-y := enic_main.o vnic_cq.o vnic_intr.o vnic_wq.o \
|
||
|
enic_res.o vnic_dev.o vnic_rq.o
|
||
|
|