search for: config_usr_kinit

Displaying 1 result from an estimated 1 matches for "config_usr_kinit".

2003 Oct 04
0
klibc: kbuild improvements
...+2,6 @@ host-progs := gen_init_cpio -HOSTCC += -I$(TOPDIR)/include - clean-files := initramfs_data.cpio.gz # initramfs_data.o contains the initramfs_data.cpio.gz image. @@ -16,9 +14,16 @@ # but we need the information for the build as well, so it's duplicated # here. -initramfs-$(CONFIG_USR_KINIT) := $(obj)/kinit/kinit -initramfs-$(CONFIG_IP_PNP) += $(obj)/ipconfig/libipconfig.a -initramfs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmount/libnfsmount.a +initramfs-$(CONFIG_IP_PNP) := $(obj)/ipconfig/ipconfig +usr_sdirs-$(CONFIG_IP_PNP) := $(obj)/ipconfig + +initramfs-$(CONFIG_ROOT_NFS) += $(obj)/nfsmo...