perf: fix build with kernel 4.9
The musl workaround isn't required anymore and causes build errors with kernel 4.9 when applied. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
6a82f4006c
commit
66146a223e
1 changed files with 2 additions and 0 deletions
|
@ -61,9 +61,11 @@ MAKE_FLAGS = \
|
||||||
WERROR=0 \
|
WERROR=0 \
|
||||||
prefix=/usr
|
prefix=/usr
|
||||||
|
|
||||||
|
ifdef CONFIG_LINUX_4_4
|
||||||
ifdef CONFIG_USE_MUSL
|
ifdef CONFIG_USE_MUSL
|
||||||
MAKE_FLAGS += EXTRA_CFLAGS="-I$(CURDIR)/musl-include -include $(CURDIR)/musl-compat.h -D__UCLIBC__"
|
MAKE_FLAGS += EXTRA_CFLAGS="-I$(CURDIR)/musl-include -include $(CURDIR)/musl-compat.h -D__UCLIBC__"
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
+$(MAKE_FLAGS) $(MAKE) $(PKG_JOBS) \
|
+$(MAKE_FLAGS) $(MAKE) $(PKG_JOBS) \
|
||||||
|
|
Loading…
Reference in a new issue