Makefile: fix typo
This commit is contained in:
parent
11743ffdfa
commit
45a3dffbc7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue