Fix build dir outside of source

This commit is contained in:
falkTX 2021-10-21 00:53:22 +01:00
parent 5e3692b0e1
commit 05df01ef3a
2 changed files with 3 additions and 0 deletions

View file

@ -70,6 +70,7 @@ EXTRA_DEPENDENCIES = $(EXTRA_LIBS)
# Do some magic
DPF_PATH = ../dpf
DPF_BUILD_DIR = ../build
DPF_TARGET_DIR = ../bin
include ../dpf/Makefile.plugins.mk