dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/usr
Sam Ravnborg 58a2f7d85a 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>
2006-08-07 20:58:28 +02:00
..
.gitignore Add some basic .gitignore files 2005-10-18 08:26:15 -07:00
Kconfig kconfig: move initramfs options to General Setup 2005-08-10 20:44:50 +02:00
Makefile kbuild: do not try to build content of initramfs 2006-08-07 20:58:28 +02:00
gen_init_cpio.c [PATCH] Fix potential NULL pointer deref in gen_init_cpio 2006-04-19 09:13:52 -07:00
initramfs_data.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00