Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / drivers / net / ethernet / hisilicon / hns / Makefile
1 #
2 # Makefile for the HISILICON network device drivers.
3 #
4
5 obj-$(CONFIG_HNS) += hnae.o
6
7 obj-$(CONFIG_HNS_DSAF) += hns_dsaf.o
8 hns_dsaf-objs = hns_ae_adapt.o hns_dsaf_gmac.o hns_dsaf_mac.o hns_dsaf_misc.o \
9 hns_dsaf_main.o hns_dsaf_ppe.o hns_dsaf_rcb.o hns_dsaf_xgmac.o
10
11 obj-$(CONFIG_HNS_ENET) += hns_enet_drv.o
12 hns_enet_drv-objs = hns_enet.o hns_ethtool.o
This page took 0.050256 seconds and 5 git commands to generate.