summaryrefslogtreecommitdiff
path: root/package/musl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-08 02:17:18 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-08 02:18:17 +0100
commitf030847ec203bde6a227dcf6081ee932df833588 (patch)
tree1e3b6389c23e5f923f786f21c09d5bb9b6c13325 /package/musl
parent8fd73e994cb518f4288cdc18df26d19a18ba4961 (diff)
fix path to new include file
Diffstat (limited to 'package/musl')
-rw-r--r--package/musl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/musl/Makefile b/package/musl/Makefile
index d786300fa..ba31e1f5f 100644
--- a/package/musl/Makefile
+++ b/package/musl/Makefile
@@ -2,7 +2,7 @@
# material, please see the LICENCE file in the top-level directory.
include $(ADK_TOPDIR)/rules.mk
-include $(ADK_TOPDIR)/mk/kernel-ver.mk
+include $(ADK_TOPDIR)/mk/$(ADK_TARGET_OS)-ver.mk
include $(ADK_TOPDIR)/mk/kernel-vars.mk
include $(ADK_TOPDIR)/toolchain/musl/Makefile.inc