Skip to content

Commit 3accf52

Browse files
committed
Application.mk: Add missing preconfig target
When running 'make preconfig' from the apps directory (e.g. to regenerate Kconfig files with absolute paths), the build fails in subdirectories that include Application.mk but do not define a preconfig target (e.g., apps/modbus, apps/nshlib). This commit adds a dummy preconfig target to Application.mk to ensure the recursive make successfully traverses these directories.
1 parent 367e9dc commit 3accf52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Application.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,5 @@ distclean:: clean
400400

401401
# Include Wasm specific definitions
402402
include $(APPDIR)/tools/Wasm.mk
403+
404+
preconfig:

0 commit comments

Comments
 (0)