From 45a3dffbc7a9504a8110db4fda9deb63a8e65916 Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Fri, 19 Jul 2024 10:49:30 +0800 Subject: [PATCH] Makefile: fix typo --- bsp/abstract-machine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/abstract-machine/Makefile b/bsp/abstract-machine/Makefile index 94f778c..8d70f31 100644 --- a/bsp/abstract-machine/Makefile +++ b/bsp/abstract-machine/Makefile @@ -31,7 +31,7 @@ menuconfig: $(MAKE) init ifneq ($(MAKECMDGOALS),clean) -update: $(AM_APP_MK) +update: $(AM_APPS_MK) $(AM_APPS_MK): integrate-am-apps.py mkdir -p $(@D) python3 $^ ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE)