Skip to content

Commit

Permalink
make: Allow for include of modules outside of the RIOTBASE path
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 1, 2014
1 parent e37a34d commit 50a1855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.include
Expand Up @@ -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
Expand Down

0 comments on commit 50a1855

Please sign in to comment.