diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 12:20:37 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 12:20:37 +0000 |
commit | 8eaa5859157a272c668219208374e7acfb5db9f0 (patch) | |
tree | e3314973e73f47e816f3e4b262ad3c14729b4225 /package/busybox | |
parent | 6dc136a445bab3ee23ec337bda8ee08e5dee7d8e (diff) | |
download | buildroot-novena-8eaa5859157a272c668219208374e7acfb5db9f0.tar.gz buildroot-novena-8eaa5859157a272c668219208374e7acfb5db9f0.zip |
- add dummy -source targets.
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/initramfs.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/initramfs.mk b/package/busybox/initramfs.mk index efdc852f7..99caf95e5 100644 --- a/package/busybox/initramfs.mk +++ b/package/busybox/initramfs.mk @@ -124,6 +124,7 @@ $(PROJECT_BUILD_DIR)/.initramfs_done: $(BR2_INITRAMFS_DIR)/bin/busybox \ $(BB_INITRAMFS_TARGET) touch $@ +busybox-initramfs-source: busybox-initramfs: uclibc $(PROJECT_BUILD_DIR)/.initramfs_done busybox-initramfs-menuconfig: host-sed $(BUILD_DIR) busybox-source $(BUSYBOX_INITRAMFS_DIR)/.configured |