From 0b39d2a0a7e565e579f86f97811a699ccf320c7e Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 17 Jul 2018 13:34:22 +0200 Subject: [PATCH] Makefile: Create rootfs-overlay/bin before copying files there --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 192c86a..25e9620 100644 --- a/build/Makefile +++ b/build/Makefile @@ -13,7 +13,7 @@ buildroot/images/rootfs.cpio.uboot: rootfs-overlay/bin/prem-test $(MAKE) -j1 -C buildroot ROOTFS_CPIO_COMPRESS_CMD="gzip --fast -c" rootfs-overlay/bin/prem-test: ../test/prem-test - cp $< $@ + install -D $< $@ rootfs-overlay/lib/firmware/jailhouse.bin: ../jailhouse/hypervisor/jailhouse.bin rootfs-overlay/lib/firmware/jailhouse.bin: $(wildcard ../jailhouse/configs/arm64/*.cell) -- 2.39.2