From 7a979e3db41dc568b3642d9077fad75fc8225ed9 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Fri, 26 Feb 2016 15:02:02 +0100
Subject: [PATCH] make: actually make use of APPDEPS for building

---
 Makefile.include | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.include b/Makefile.include
index 525f86fd68..3efbdb4dd4 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -192,6 +192,7 @@ endif
 # the binaries to link
 BASELIBS += $(BINDIR)${APPLICATION}.a
 BASELIBS += $(USEPKG:%=${BINDIR}%.a)
+BASELIBS += $(APPDEPS)
 
 .PHONY: all clean flash term doc debug debug-server reset objdump help info-modules
 .PHONY: ..in-docker-container
-- 
GitLab