Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/target/initramfs
@ 2008-12-08 13:42 jacmet at uclibc.org
  0 siblings, 0 replies; only message in thread
From: jacmet at uclibc.org @ 2008-12-08 13:42 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-12-08 05:42:04 -0800 (Mon, 08 Dec 2008)
New Revision: 24322

Log:
target/initramfs: actually build initramfs target

Currently, BR2_TARGET_ROOTFS_INITRAMFS doesn't actually do anything,
as it doesn't alter $(TARGETS)

This change hooks up the TARGETS variable to INITRAMFS_TARGET (which
is only set if BR2_TARGET_ROOTFS_INITRAMFS=y), so that the initramfs
list is built.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

Modified:
   trunk/buildroot/target/initramfs/initramfs.mk


Changeset:
Modified: trunk/buildroot/target/initramfs/initramfs.mk
===================================================================
--- trunk/buildroot/target/initramfs/initramfs.mk	2008-12-08 13:42:01 UTC (rev 24321)
+++ trunk/buildroot/target/initramfs/initramfs.mk	2008-12-08 13:42:04 UTC (rev 24322)
@@ -12,6 +12,8 @@
 INITRAMFS_TARGET:= #nothing
 endif
 
+TARGETS+=$(INITRAMFS_TARGET)
+
 $(INITRAMFS_TARGET) initramfs: host-fakeroot makedevs
 	rm -f $(TARGET_DIR)/init
 	ln -s sbin/init $(TARGET_DIR)/init

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-08 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-08 13:42 [Buildroot] svn commit: trunk/buildroot/target/initramfs jacmet at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox