Skip to content

Commit

Permalink
[AVR32] Fix typo in include/asm-avr32/Kbuild
Browse files Browse the repository at this point in the history
It's header-y, not headers-y.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
  • Loading branch information
Haavard Skinnemoen committed Mar 7, 2007
1 parent 3338368 commit bfa4f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-avr32/Kbuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include include/asm-generic/Kbuild.asm

headers-y += cachectl.h
header-y += cachectl.h

0 comments on commit bfa4f55

Please sign in to comment.