浏览代码

[AVR32] Fix typo in include/asm-avr32/Kbuild

It's header-y, not headers-y.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Haavard Skinnemoen 18 年之前
父节点
当前提交
bfa4f55cc8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/asm-avr32/Kbuild

+ 1 - 1
include/asm-avr32/Kbuild

@@ -1,3 +1,3 @@
 include include/asm-generic/Kbuild.asm
 include include/asm-generic/Kbuild.asm
 
 
-headers-y	+= cachectl.h
+header-y	+= cachectl.h