Skip to content

Commit

Permalink
kbuild: asm-offsets.h is now cleaned with O=.. builds
Browse files Browse the repository at this point in the history
Reported by: "Robert P. J. Day" <[email protected]>

Signed-off-by: Sam Ravnborg <[email protected]>
Cc: "Robert P. J. Day" <[email protected]>
  • Loading branch information
sravnborg committed Jul 16, 2007
1 parent 7144521 commit f241182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f241182

Please sign in to comment.