submodules: rename ubuntu kernel directory to release agnostic
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d12013ce56
commit
00d66e9633
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -2,5 +2,5 @@
|
|||||||
path = submodules/zfsonlinux
|
path = submodules/zfsonlinux
|
||||||
url = ../zfsonlinux
|
url = ../zfsonlinux
|
||||||
[submodule "submodules/ubuntu-kinetic"]
|
[submodule "submodules/ubuntu-kinetic"]
|
||||||
path = submodules/ubuntu-kinetic
|
path = submodules/ubuntu-kernel
|
||||||
url = ../mirror_ubuntu-kernels
|
url = ../mirror_ubuntu-kernels
|
||||||
|
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ SKIPABI=0
|
|||||||
|
|
||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
|
|
||||||
KERNEL_SRC=ubuntu-kinetic
|
KERNEL_SRC=ubuntu-kernel
|
||||||
KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC)
|
KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC)
|
||||||
KERNEL_CFG_ORG=config-${KERNEL_VER}.org
|
KERNEL_CFG_ORG=config-${KERNEL_VER}.org
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user