From: Michal Sojka Date: Tue, 17 Jul 2018 11:34:22 +0000 (+0200) Subject: Makefile: Create rootfs-overlay/bin before copying files there X-Git-Tag: 0.0~7 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hercules2020/jailhouse-build.git/commitdiff_plain/0b39d2a0a7e565e579f86f97811a699ccf320c7e?ds=sidebyside Makefile: Create rootfs-overlay/bin before copying files there --- 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)