mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-15 20:34:19 +01:00
make: add nsdax source to install-scripts target
nsdax.gpl.c is required by image_builder.sh Fixes: #283 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
This commit is contained in:
9
Makefile
9
Makefile
@@ -98,9 +98,10 @@ SCRIPTS += rootfs-builder/rootfs.sh
|
||||
SCRIPTS += image-builder/image_builder.sh
|
||||
SCRIPTS += initrd-builder/initrd_builder.sh
|
||||
|
||||
FILES :=
|
||||
FILES += rootfs-builder/versions.txt
|
||||
FILES += scripts/lib.sh
|
||||
HELPER_FILES :=
|
||||
HELPER_FILES += rootfs-builder/versions.txt
|
||||
HELPER_FILES += scripts/lib.sh
|
||||
HELPER_FILES += image-builder/nsdax.gpl.c
|
||||
|
||||
define INSTALL_FILE
|
||||
echo "Installing $(abspath $2/$1)";
|
||||
@@ -117,7 +118,7 @@ install-scripts:
|
||||
@echo "Installing scripts"
|
||||
@$(foreach f,$(SCRIPTS),$(call INSTALL_SCRIPT,$f,$(INSTALL_DIR)))
|
||||
@echo "Installing helper files"
|
||||
@$(foreach f,$(FILES),$(call INSTALL_FILE,$f,$(INSTALL_DIR)))
|
||||
@$(foreach f,$(HELPER_FILES),$(call INSTALL_FILE,$f,$(INSTALL_DIR)))
|
||||
@echo "Installing installing config files"
|
||||
@$(foreach f,$(DIST_CONFIGS),$(call INSTALL_FILE,$f,$(INSTALL_DIR)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user