1. 20 4月, 2019 5 次提交
  2. 16 4月, 2019 2 次提交
  3. 15 4月, 2019 9 次提交
  4. 09 4月, 2019 7 次提交
  5. 05 4月, 2019 3 次提交
  6. 28 3月, 2019 1 次提交
    • X
      net: hns3: fix compile error · 669efc76
      Xi Wang 提交于
      Currently, the rules for configuring search paths in Kbuild have
      changed, this will lead some erros when compiling hns3 with the
      following command:
      
      make O=DIR M=drivers/net/ethernet/hisilicon/hns3
      
      drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c:11:10:
      fatal error: hnae3.h: No such file or directory
      
      This patch fix it by adding $(srctree)/ prefix to the serach paths.
      Signed-off-by: NXi Wang <wangxi11@huawei.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      669efc76
  7. 21 3月, 2019 1 次提交
  8. 10 3月, 2019 1 次提交
  9. 25 2月, 2019 4 次提交
  10. 22 2月, 2019 7 次提交