summaryrefslogtreecommitdiff
path: root/package/perf
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/perf
parent8fd73e994cb518f4288cdc18df26d19a18ba4961 (diff)
fix path to new include file
Diffstat (limited to 'package/perf')
-rw-r--r--package/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perf/Makefile b/package/perf/Makefile
index db8dbb28c..2e7188c14 100644
--- a/package/perf/Makefile
+++ b/package/perf/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
PKG_NAME:= perf
PKG_VERSION:= $(KERNEL_VERSION)