Makefile 509 B

12345678910111213141516
  1. ###
  2. # scripts contains sources for various helper programs used throughout
  3. # the kernel for the build process.
  4. # ---------------------------------------------------------------------------
  5. # docproc: Used in Documentation/DocBook
  6. # The following hostprogs-y programs are only build on demand
  7. hostprogs-y += docproc
  8. # These targets are used internally to avoid "is up to date" messages
  9. PHONY += build_docproc
  10. build_docproc: $(obj)/docproc
  11. @:
  12. # Let clean descend into subdirs
  13. subdir- += basic kconfig