diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 04:20:19 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 16:26:51 -0400 |
commit | bf56fba6703592149e1bcd19220c60eb42dff9b7 (patch) | |
tree | 45908384005037b96ef4561345ded09da1798f14 /arch/frv | |
parent | 60641aa1f379820e99ac7f45a38b43795670c741 (diff) |
archs: replace unifdef-y with header-y
unifdef-y and header-y have same semantic, so drop unifdef-y
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/include/asm/Kbuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/frv/include/asm/Kbuild b/arch/frv/include/asm/Kbuild index 0f8956def738..5be6663cfee5 100644 --- a/arch/frv/include/asm/Kbuild +++ b/arch/frv/include/asm/Kbuild | |||
@@ -1,5 +1,4 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | header-y += registers.h | 3 | header-y += registers.h |
4 | 4 | header-y += termios.h | |
5 | unifdef-y += termios.h | ||