aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-02-22 18:58:18 +0100
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-03-07 10:50:27 +0100
commitbfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6 (patch)
tree6e8591d8229b6dda531da8ad4112e0b1753c04d9 /include
parent3338368e922a6686a3b3d6f4da07babd224788d4 (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')
-rw-r--r--include/asm-avr32/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/Kbuild b/include/asm-avr32/Kbuild
index 8770e73ce93..3136628ba8d 100644
--- a/include/asm-avr32/Kbuild
+++ b/include/asm-avr32/Kbuild
@@ -1,3 +1,3 @@
include include/asm-generic/Kbuild.asm
-headers-y += cachectl.h
+header-y += cachectl.h