]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: refactor hns3 makefile to support hns3_common module
authorJie Wang <wangjie125@huawei.com>
Fri, 31 Dec 2021 10:22:31 +0000 (18:22 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Dec 2021 14:25:46 +0000 (14:25 +0000)
commit04114732ae82fca6a54cc99f78a2caefd00f788e
treeed8b7a6b48eccc885c6fa5a8ce1a41a719660b09
parent189fa4bd74ca9d8372f30d2f2f4e5bff67f95fba
net: hns3: refactor hns3 makefile to support hns3_common module

Currently we plan to refactor PF and VF cmdq module. A new file folder
hns3_common will be created to store new common APIs used by PF and VF
cmdq module. Thus the PF and VF compilation process will both depends on
the hns3_common. This may cause parallel building problems if we add a new
makefile building unit.

So this patch combined the PF and VF makefile scripts to the top level
makefile to support the new hns3_common which will be created in the next
patch.

Signed-off-by: Jie Wang <wangjie125@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/Makefile
drivers/net/ethernet/hisilicon/hns3/hns3pf/Makefile [deleted file]
drivers/net/ethernet/hisilicon/hns3/hns3vf/Makefile [deleted file]