1. 18 4月, 2013 1 次提交
    • M
      rpm-pkg: Do not package the whole source directory · 6615d6c3
      Michal Marek 提交于
      The source tree can contain lots of uninteresting data like tag or
      cscope files, packaging which slows down make rpm needlessly. It can
      also break the build, if the tree contains an unrelated file named
      *.spec. The downside of this change is that new subdirectories have to
      be added to the KBUILD_ALLDIRS variable in the top-level Makefile. The
      upside is that the behavior is more predictable.
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      6615d6c3
  2. 08 4月, 2013 6 次提交
  3. 27 3月, 2013 1 次提交
  4. 03 3月, 2013 3 次提交
  5. 28 2月, 2013 3 次提交
  6. 25 2月, 2013 1 次提交
  7. 22 2月, 2013 16 次提交
  8. 19 2月, 2013 1 次提交
  9. 14 2月, 2013 1 次提交
  10. 13 2月, 2013 1 次提交
    • S
      kbuild: limit dtc+cpp include path · e570d7c1
      Stephen Warren 提交于
      Device tree source files may now include header files. The intent is
      that those header files define/name constants used as part of the DT
      bindings. Currently this feature is open to abuse, since any kernel
      header file at all can be included, This could allow device tree files
      to become dependant on kernel headers files, and thus make them no
      longer OS-independent. This would also prevent separating the device
      tree source files from the kernel repository.
      
      Solve this by limiting the cpp include path for device tree files to
      separate directories.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      e570d7c1
  11. 09 2月, 2013 2 次提交
  12. 08 2月, 2013 1 次提交
  13. 05 2月, 2013 1 次提交
  14. 30 1月, 2013 1 次提交
  15. 25 1月, 2013 1 次提交