git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b2df633
)
siit: replace SUBDIRS with M in package recipe
author
David Bauer
<redacted>
Tue, 10 Mar 2020 23:50:22 +0000
(
00:50
+0100)
committer
David Bauer
<redacted>
Tue, 10 Mar 2020 23:50:22 +0000
(
00:50
+0100)
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <redacted>
net/siit/Makefile
patch
|
blob
|
history
diff --git
a/net/siit/Makefile
b/net/siit/Makefile
index e3d13005f7fe5a574f414e508a6fc392fb7c837e..a890a257bfa8699d0cdc397d0ae2996108ec029f 100644
(file)
--- a/
net/siit/Makefile
+++ b/
net/siit/Makefile
@@
-36,7
+36,7
@@
define Build/Prepare
endef
define Build/Compile
- $(MAKE) $(KERNEL_MAKEOPTS)
SUBDIRS
="$(PKG_BUILD_DIR)" modules
+ $(MAKE) $(KERNEL_MAKEOPTS)
M
="$(PKG_BUILD_DIR)" modules
endef
$(eval $(call KernelPackage,siit))
git clone https://git.99rst.org/PROJECT