diff --git a/tools/packaging/static-build/firecracker/Makefile b/tools/packaging/static-build/firecracker/Makefile index 2978ac1bc6..1add636c91 100644 --- a/tools/packaging/static-build/firecracker/Makefile +++ b/tools/packaging/static-build/firecracker/Makefile @@ -1,3 +1,8 @@ +#!/usr/bin/env bash +# Copyright (c) 2021 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) CONFIG_DIR := $(MK_DIR)/../../scripts/ diff --git a/tools/packaging/static-build/qemu/Makefile b/tools/packaging/static-build/qemu/Makefile index 00ab89e462..0a078bd68d 100644 --- a/tools/packaging/static-build/qemu/Makefile +++ b/tools/packaging/static-build/qemu/Makefile @@ -1,3 +1,8 @@ +#!/usr/bin/env bash +# Copyright (c) 2021 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) CONFIG_DIR := $(MK_DIR)/../../scripts/