fullconenat: fix compile for kernel5.x

This commit is contained in:
CN_SZTL 2020-02-29 04:00:21 +08:00
parent 92e7c2f155
commit 3190dd19ee
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -55,7 +55,7 @@ define Build/Compile
+$(MAKE) $(PKG_JOBS) -C "$(LINUX_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
ARCH="$(LINUX_KARCH)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
M="$(PKG_BUILD_DIR)" \
EXTRA_CFLAGS="$(BUILDFLAGS)" \
modules
$(call Build/Compile/Default)