From a1b8d817ffdcb6bb2f7d07e503e4b14df5662549 Mon Sep 17 00:00:00 2001
From: Armin Luntzer <armin.luntzer@univie.ac.at>
Date: Tue, 17 Jul 2018 12:28:53 +0200
Subject: [PATCH] build and link arch/$(SUBARCH)/libs

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c9deb3d..a01f208 100644
--- a/Makefile
+++ b/Makefile
@@ -595,7 +595,7 @@ export	INSTALL_PATH ?= ./install
 core-y		:= arch/$(SRCARCH)/
 kernel-y	:= kernel/
 init-y		:= init/
-libs-y		:= lib/
+libs-y		:= lib/ arch/$(SRCARCH)/lib/
 
 xentium-$(CONFIG_BUILD_XEN_KERNELS) := dsp/
 
-- 
GitLab