kbuild: move compile.h to include/generated

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Sam Ravnborg
2009-10-18 00:36:47 +02:00
committed by Michal Marek
parent f7f16b7799
commit 9204595405
4 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include "boot.h"
#include <linux/utsrelease.h>
#include <linux/compile.h>
#include <generated/compile.h>
const char kernel_version[] =
UTS_RELEASE " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") "