From: 黄涛 Date: Tue, 10 Dec 2013 06:21:38 +0000 (+0800) Subject: rk: Makefile set SUBLEVEL to 0 and add empty .scmversion X-Git-Tag: firefly_0821_release~6452 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6b2c0a765f65ac9b038d907da5849ab2b47010a9;p=firefly-linux-kernel-4.4.55.git rk: Makefile set SUBLEVEL to 0 and add empty .scmversion --- diff --git a/.scmversion b/.scmversion new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/Makefile b/Makefile index b46dca925f4f..d22b9f2da984 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ NAME = TOSSUG Baby Fish # Comments in this file are targeted only to the developer, do not # expect to learn how to build the kernel reading this file. +SUBLEVEL = 0 + # Do not: # o use make's built-in rules and variables # (this increases performance and avoids hard-to-debug behaviour);