From bfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6 Mon Sep 17 00:00:00 2001 From: Haavard Skinnemoen Date: Thu, 22 Feb 2007 18:58:18 +0100 Subject: [AVR32] Fix typo in include/asm-avr32/Kbuild It's header-y, not headers-y. Signed-off-by: Haavard Skinnemoen --- include/asm-avr32/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-avr32/Kbuild') 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 -- cgit v1.2.3