From bd9a070293c2ab6370b5e8ba2a3d6345d6a10f36 Mon Sep 17 00:00:00 2001 From: carbon Date: Tue, 18 Jun 2024 15:37:08 +0800 Subject: [PATCH] copy board overlay Signed-off-by: carbon --- build/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/Makefile b/build/Makefile index 402834b5a..cb5848169 100644 --- a/build/Makefile +++ b/build/Makefile @@ -567,6 +567,9 @@ ifneq ($(wildcard $(TOP_DIR)/device/generic/rootfs_overlay/$(SDK_VER)),) ${Q}cp -arf $(TOP_DIR)/device/generic/rootfs_overlay/$(SDK_VER)/* $(BR_ROOTFS_DIR)/ endif + # copy milkv board overlay files + ${Q}cp -arf $(TOP_DIR)/device/$(MV_BOARD)/overlay/* $(BR_ROOTFS_DIR)/ + # clean this directory for multiple targets ${Q}rm -rf $(BR_OVERLAY_DIR)