target/initramfs: actually build initramfs target
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 8 Dec 2008 13:42:04 +0000 (13:42 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 8 Dec 2008 13:42:04 +0000 (13:42 -0000)
commit7cb7952b40a2c40b3c2b451f1d6c028cd439be02
tree0bd8ede71906602be2d1c733670389809e15479b
parenta7d06d10e45d85dc237d0c4c01eb7e08d018530d
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>
target/initramfs/initramfs.mk