Commit 3accf52
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| 403 | + | |
| 404 | + | |
0 commit comments