From: Sam Ravnborg Date: Mon, 7 Aug 2006 18:58:28 +0000 (+0200) Subject: kbuild: do not try to build content of initramfs X-Git-Tag: v2.6.18-rc5~125^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a2f7d85aaf4c41157f15c43a913b5c3c6b3adb;p=pandora-kernel.git 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 --- Reading git-diff-tree failed