An error occurred fetching the project authors.
  1. 09 Mar, 2003 1 commit
    • Sam Ravnborg's avatar
      kbuild: Use targets := to tell kbuild about additional targets · 0be6a9a0
      Sam Ravnborg authored
      EXTRA_TARGETS served several purposes before:
      1) List targets to be build (built-in only)
      2) Inform kbuild of targets within the makefile
      
      Mixing the above are causing confusion, so for now on
      targets :=
      is used to inform kbuild about targets in a Makefile - that it otherwise
      did not know about.
      
      kbuild uses the "targets :=" information to:
      a) read the dependency file .target.cmd
      b) delete the target file during make clean
      0be6a9a0
  2. 15 Dec, 2002 1 commit
  3. 12 Oct, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Fix UML build · 5ca983fb
      Kai Germaschewski authored
      Not perfectly clean yet, but uses the standard way to descend into subdirs
      and gives me working vmlinux and linux targets without spurious rebuilds.
      5ca983fb
  4. 12 Sep, 2002 1 commit