diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-02-22 12:58:18 -0500 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-03-07 04:50:27 -0500 |
commit | bfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6 (patch) | |
tree | 6e8591d8229b6dda531da8ad4112e0b1753c04d9 /include/asm-avr32/Kbuild | |
parent | 3338368e922a6686a3b3d6f4da07babd224788d4 (diff) |
[AVR32] Fix typo in include/asm-avr32/Kbuild
It's header-y, not headers-y.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32/Kbuild')
-rw-r--r-- | include/asm-avr32/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/Kbuild b/include/asm-avr32/Kbuild index 8770e73ce938..3136628ba8d2 100644 --- a/include/asm-avr32/Kbuild +++ b/include/asm-avr32/Kbuild | |||
@@ -1,3 +1,3 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | headers-y += cachectl.h | 3 | header-y += cachectl.h |