diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-04-19 21:57:19 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2009-12-12 13:08:14 +0100 |
commit | 01fc0ac198eabcbf460e1ed058860a935b6c2c9a (patch) | |
tree | f980b4c770298bf9491dcfe3f02359fa94b89d04 /Kbuild | |
parent | 9367858dd08caf4e6ebd511abd2fca0a2d87b648 (diff) |
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-- | Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ ##### # 1) Generate bounds.h -bounds-file := include/linux/bounds.h +bounds-file := include/generated/bounds.h always := $(bounds-file) targets := $(bounds-file) kernel/bounds.s |