summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-06-13 18:35:02 -0400
committerAnas Nashif <nashif@linux.intel.com>2016-06-14 16:55:53 +0000
commit1aaa11b213982cb793d83523c7c7c1b437b2b5b0 (patch)
treec9a4ccb3ed46997a012c5507e165a8fbcce6cf72 /Makefile
parentd53c237b60c60071f6d2a33ccb58f722e99b59a2 (diff)
libc: change linking order to avoid over-stripping of symbols
At the moment libc gets linked, all unused functions get stripped and the libqmsi gets linked but __assert_func is not available. Change-Id: I7fc2f8b9136f858023b3e983575869a2206ba9ce Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 972d28f4a..a50b893e9 100644
--- a/Makefile
+++ b/Makefile
@@ -569,8 +569,8 @@ $(if $(CROSS_COMPILE),, \
endif
--include $(srctree)/lib/Makefile
-include $(srctree)/ext/Makefile
+-include $(srctree)/lib/Makefile
ifneq ($(CC),)
ifeq ($(shell $(CC) -v 2>&1 | grep -Ec "clang version|icx version"), 1)