projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] libertas: re-uppercase command defines and other constants
[linux-2.6]
/
Kbuild
diff --git
a/Kbuild
b/Kbuild
index
163f8cb
..
56b8edf
100644
(file)
--- a/
Kbuild
+++ b/
Kbuild
@@
-13,6
+13,7
@@
offsets-file := include/asm-$(ARCH)/asm-offsets.h
always := $(offsets-file)
targets := $(offsets-file)
targets += arch/$(ARCH)/kernel/asm-offsets.s
+clean-files := $(addprefix $(objtree)/,$(targets))
# Default sed regexp - multiline due to syntax constraints
define sed-y