mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Makefile: remove dependency on .config
This commit is contained in:
parent
33b876306d
commit
c8d718b211
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -118,9 +118,7 @@ context_serialize:
|
|||
|
||||
context: context_serialize
|
||||
|
||||
$(TOPDIR)/.config:
|
||||
|
||||
Kconfig: $(TOPDIR)/.config
|
||||
Kconfig:
|
||||
$(foreach SDIR, $(BUILDIRS), $(call MAKE_template,$(SDIR),preconfig))
|
||||
$(Q) $(MKKCONFIG)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue