8 lines
119 B
Makefile
8 lines
119 B
Makefile
|
#
|
||
|
# Makefile for the HISILICON network device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_HNS3) += hns3pf/
|
||
|
|
||
|
obj-$(CONFIG_HNS3) += hnae3.o
|