]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: do not try to build content of initramfs
authorSam Ravnborg <sam@mars.ravnborg.org>
Mon, 7 Aug 2006 18:58:28 +0000 (20:58 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Mon, 7 Aug 2006 18:58:28 +0000 (20:58 +0200)
commitd8dd87835732e2e0eac470f7a915e7be0b961472
tree1e7b373066c747e25086e8ce3a8789e02538dea2
parente2a5f46ea0c876827d235abaf4e5bdc2af37089c
kbuild: do not try to build content of initramfs

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: Sam Ravnborg <sam@ravnborg.org>
usr/Makefile