summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorManuel Bentele2020-09-09 16:53:48 +0200
committerManuel Bentele2020-09-16 07:37:56 +0200
commit87c9cd859ca10ccbe109e09fe01a03b08932a887 (patch)
tree31bdd21158857dcecbf91d85b1e5ade62033d8f2 /kernel/Makefile
parentAdded patched losetup utility to configure xloop devices (diff)
downloadxloop-87c9cd859ca10ccbe109e09fe01a03b08932a887.tar.gz
xloop-87c9cd859ca10ccbe109e09fe01a03b08932a887.tar.xz
xloop-87c9cd859ca10ccbe109e09fe01a03b08932a887.zip
Added CMake files to build xloop kernel modules and xlosetup utility
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index b7f2191..ca9019a 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
-include $(PWD)/Kbuild.in
+include $(PWD)/Kbuild
ifndef KDIR
KDIR = /lib/modules/$(shell uname -r)/build