Skip to content
Snippets Groups Projects
  1. Aug 07, 2006
    • Sam Ravnborg's avatar
      kbuild: do not try to build content of initramfs · 58a2f7d8
      Sam Ravnborg authored
      
      When a file supplied via CONFIG_INITRAMFS pointed to a file
      for which kbuild had a rule to compile it (foo.c => foo.o)
      then kbuild would compile the file before adding the
      file to the initramfs.
      
      Teach make that files included in initramfs shall not be updated by adding
      an 'empty command'. (See "Using Empty Commands" in info make).
      
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      58a2f7d8
  2. Aug 01, 2006
  3. Jul 31, 2006
Loading