build: Fix deplist regeneration after config update

This commit is contained in:
Gustavo Henrique Nihei 2021-03-24 17:50:17 -03:00 committed by Abdelatif Guettouche
parent 640fd2e860
commit a1df2c634f

View File

@ -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)