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/cris/include | |
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/cris/include')
-rw-r--r-- | arch/cris/include/asm/Kbuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index d5b631935ec8..956eea246b97 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild | |||
@@ -4,8 +4,7 @@ header-y += arch-v10/ | |||
4 | header-y += arch-v32/ | 4 | header-y += arch-v32/ |
5 | 5 | ||
6 | header-y += ethernet.h | 6 | header-y += ethernet.h |
7 | header-y += etraxgpio.h | ||
8 | header-y += rs485.h | ||
7 | header-y += rtc.h | 9 | header-y += rtc.h |
8 | header-y += sync_serial.h | 10 | header-y += sync_serial.h |
9 | |||
10 | unifdef-y += etraxgpio.h | ||
11 | unifdef-y += rs485.h | ||