1. 16 Aug, 2006 1 commit
  2. 07 Aug, 2006 2 commits
    • Sam Ravnborg's avatar
      kbuild: external modules shall not check config consistency · 9ee4e336
      Sam Ravnborg authored
      external modules needs include/linux/autoconf.h and include/config/auto.conf
      but skip the integrity test of these. Even with a newer Kconfig file we
      shall just proceed since external modules simply uses the kernel source and
      shall not attempt to modify it.
      Error out if a config fiel is missing since they are mandatory.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      9ee4e336
    • 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
  3. 01 Aug, 2006 9 commits
  4. 31 Jul, 2006 28 commits