aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/perf/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-07-05 15:11:07 +0200
committerFelix Fietkau <nbd@nbd.name>2018-07-07 14:53:26 +0200
commitbf136c637c02c154c14bbf48ac2c07467d948ac7 (patch)
treea2c70b8a25b9b3885311f743ff450675d6d76037 /package/devel/perf/Makefile
parentc3bdb89e61084278a598d5af15da274cada1ecc6 (diff)
downloadupstream-bf136c637c02c154c14bbf48ac2c07467d948ac7.tar.gz
upstream-bf136c637c02c154c14bbf48ac2c07467d948ac7.tar.bz2
upstream-bf136c637c02c154c14bbf48ac2c07467d948ac7.zip
perf: remove linux 4.4 workarounds
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/devel/perf/Makefile')
-rw-r--r--package/devel/perf/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile
index 61388580d5..4defdd8c4e 100644
--- a/package/devel/perf/Makefile
+++ b/package/devel/perf/Makefile
@@ -61,12 +61,6 @@ MAKE_FLAGS = \
WERROR=0 \
prefix=/usr
-ifdef CONFIG_LINUX_4_4
-ifdef CONFIG_USE_MUSL
- MAKE_FLAGS += EXTRA_CFLAGS="-I$(CURDIR)/musl-include -include $(CURDIR)/musl-compat.h -D__UCLIBC__"
-endif
-endif
-
define Build/Compile
+$(MAKE_FLAGS) $(MAKE) $(PKG_JOBS) \
-C $(PKG_BUILD_DIR) \