1. 13 12月, 2019 1 次提交
    • M
      kbuild: fix single target build for external module · f7a5ed08
      Masahiro Yamada 提交于
      [ Upstream commit e07db28eea38ed4e332b3a89f3995c86b713cb5b ]
      
      Building a single target in an external module fails due to missing
      .tmp_versions directory.
      
      For example,
      
        $ make -C /lib/modules/$(uname -r)/build M=$PWD foo.o
      
      will fail in the following way:
      
        CC [M]  /home/masahiro/foo/foo.o
      /bin/sh: 1: cannot create /home/masahiro/foo/.tmp_versions/foo.mod: Directory nonexistent
      
      This is because $(cmd_crmodverdir) is executed only before building
      /, %/, %.ko single targets of external modules. Create .tmp_versions
      in the 'prepare' target.
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NSasha Levin <sashal@kernel.org>
      f7a5ed08
  2. 05 12月, 2019 1 次提交
  3. 01 12月, 2019 1 次提交
  4. 24 11月, 2019 1 次提交
  5. 21 11月, 2019 1 次提交
  6. 13 11月, 2019 1 次提交
  7. 10 11月, 2019 2 次提交
  8. 06 11月, 2019 1 次提交
  9. 29 10月, 2019 1 次提交
  10. 18 10月, 2019 1 次提交
  11. 12 10月, 2019 1 次提交
  12. 08 10月, 2019 1 次提交
  13. 05 10月, 2019 1 次提交
  14. 01 10月, 2019 1 次提交
  15. 21 9月, 2019 1 次提交
  16. 19 9月, 2019 1 次提交
  17. 16 9月, 2019 1 次提交
  18. 10 9月, 2019 1 次提交
  19. 06 9月, 2019 2 次提交
  20. 29 8月, 2019 1 次提交
  21. 25 8月, 2019 1 次提交
  22. 16 8月, 2019 1 次提交
  23. 09 8月, 2019 1 次提交
  24. 07 8月, 2019 2 次提交
  25. 04 8月, 2019 1 次提交
  26. 31 7月, 2019 2 次提交
  27. 28 7月, 2019 1 次提交
  28. 26 7月, 2019 1 次提交
  29. 21 7月, 2019 1 次提交
  30. 14 7月, 2019 1 次提交
  31. 10 7月, 2019 1 次提交
  32. 03 7月, 2019 1 次提交
  33. 25 6月, 2019 2 次提交
  34. 22 6月, 2019 2 次提交