aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
authorSam Ravnborg2009-04-19 14:57:19 -0500
committerMichal Marek2009-12-12 06:08:14 -0600
commit01fc0ac198eabcbf460e1ed058860a935b6c2c9a (patch)
treef980b4c770298bf9491dcfe3f02359fa94b89d04 /Kbuild
parent9367858dd08caf4e6ebd511abd2fca0a2d87b648 (diff)
downloadkernel-common-01fc0ac198eabcbf460e1ed058860a935b6c2c9a.tar.gz
kernel-common-01fc0ac198eabcbf460e1ed058860a935b6c2c9a.tar.xz
kernel-common-01fc0ac198eabcbf460e1ed058860a935b6c2c9a.zip
kbuild: move bounds.h to include/generated
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Kbuild')
-rw-r--r--Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kbuild b/Kbuild
index f056b4feee5..1165d7a5ca4 100644
--- a/Kbuild
+++ b/Kbuild
@@ -8,7 +8,7 @@
8##### 8#####
9# 1) Generate bounds.h 9# 1) Generate bounds.h
10 10
11bounds-file := include/linux/bounds.h 11bounds-file := include/generated/bounds.h
12 12
13always := $(bounds-file) 13always := $(bounds-file)
14targets := $(bounds-file) kernel/bounds.s 14targets := $(bounds-file) kernel/bounds.s