summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 21:01:46 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 21:01:46 -0500
commit893db5b73209a0769a67b32b4f69b24556d71375 (patch)
tree1d5d5a074dd3a6b758f7b3099522e55f8e7bbaaf
parent93765d1ba2e40852bd0ef05aa4b8b694edf65dbc (diff)
downloadminitramfs-893db5b73209a0769a67b32b4f69b24556d71375.tar.xz
minitramfs-893db5b73209a0769a67b32b4f69b24556d71375.zip
Makefile: add comment
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6dabfc3..2cc89f5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+# detect kernel version for modules
null :=
space := $(null) $(null)
KERNVER ?= $(lastword $(subst /,$(space),$(wildcard /lib/modules/*/)))