summaryrefslogtreecommitdiff
path: root/package/cryptodev-linux
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/cryptodev-linux
parent8fd73e994cb518f4288cdc18df26d19a18ba4961 (diff)
fix path to new include file
Diffstat (limited to 'package/cryptodev-linux')
-rw-r--r--package/cryptodev-linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cryptodev-linux/Makefile b/package/cryptodev-linux/Makefile
index b1f966465..cfd060552 100644
--- a/package/cryptodev-linux/Makefile
+++ b/package/cryptodev-linux/Makefile
@@ -16,7 +16,7 @@ PKG_URL:= http://home.gna.org/cryptodev-linux/
PKG_SITES:= https://github.com/cryptodev-linux/cryptodev-linux.git
include $(ADK_TOPDIR)/mk/package.mk
-include ${ADK_TOPDIR}/mk/kernel-ver.mk
+include $(ADK_TOPDIR)/mk/$(ADK_TARGET_OS)-ver.mk
include ${ADK_TOPDIR}/mk/kernel-vars.mk
$(eval $(call PKG_template,CRYPTODEV_LINUX,cryptodev-linux,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))