mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: Allow for include of modules outside of the RIOTBASE path
This commit is contained in:
parent
e37a34de42
commit
50a185524f
@ -142,6 +142,8 @@ CPPMIX ?= $(if $(wildcard *.cpp),1,)
|
||||
# We assume $(LINK) to be gcc-like. Use `LINKFLAGPREFIX :=` for ld-like linker options.
|
||||
LINKFLAGPREFIX ?= -Wl,
|
||||
|
||||
DIRS += $(EXTERNAL_MODULE_DIRS)
|
||||
|
||||
## make script for your application. Build RIOT-base here!
|
||||
all: ..build-message $(USEPKG:%=${BINDIR}%.a) $(APPDEPS)
|
||||
$(AD)DIRS="$(DIRS)" "$(MAKE)" -C $(CURDIR) -f $(RIOTBASE)/Makefile.application
|
||||
|
Loading…
Reference in New Issue
Block a user