mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-20 04:58:29 +00:00
build: Fix deplist regeneration after config update
This commit is contained in:
parent
640fd2e860
commit
a1df2c634f
1 changed files with 4 additions and 0 deletions
|
|
@ -90,8 +90,12 @@ ifneq ($(BUILD_MODULE),y)
|
|||
OBJS += $(MAINCOBJ) $(MAINCXXOBJ)
|
||||
endif
|
||||
|
||||
DEPPATH += --dep-path .
|
||||
DEPPATH += --obj-path .
|
||||
DEPPATH += --obj-suffix $(SUFFIX)$(OBJEXT)
|
||||
|
||||
VPATH += :.
|
||||
|
||||
# Targets follow
|
||||
|
||||
all:: $(OBJS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue