qemu: fix parallel build failure

The busybox build uses gen_init_cpio from the linux directory, so
the target has to depend on linux.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/qemu.mk b/qemu.mk
index 2b2a8eb..800f398 100644
--- a/qemu.mk
+++ b/qemu.mk
@@ -73,7 +73,7 @@
 ################################################################################
 # Busybox
 ################################################################################
-busybox:
+busybox: linux
 	@if [ ! -d "$(GEN_ROOTFS_PATH)/build" ]; then \
 		cd $(GEN_ROOTFS_PATH); \
 			CC_DIR=$(AARCH32_PATH) \