]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - Makefile
net: mvmdio: allow up to four clocks to be specified for orion-mdio
[thirdparty/kernel/stable.git] / Makefile
index 633d1196bf005defcbc5c074de7d5f7718894e5e..432a62fec6800c7aa091611dec135e4ba1aeb39b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 # SPDX-License-Identifier: GPL-2.0
 VERSION = 5
 PATCHLEVEL = 1
-SUBLEVEL = 0
-EXTRAVERSION = -rc7
+SUBLEVEL = 19
+EXTRAVERSION =
 NAME = Shy Crocodile
 
 # *DOCUMENTATION*
@@ -636,7 +636,7 @@ ifeq ($(may-sync-config),1)
 # Read in dependencies to all Kconfig* files, make sure to run syncconfig if
 # changes are detected. This should be included after arch/$(SRCARCH)/Makefile
 # because some architectures define CROSS_COMPILE there.
--include include/config/auto.conf.cmd
+include include/config/auto.conf.cmd
 
 $(KCONFIG_CONFIG):
        @echo >&2 '***'