diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 10:20:19 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 22:26:51 +0200 |
commit | bf56fba6703592149e1bcd19220c60eb42dff9b7 (patch) | |
tree | 45908384005037b96ef4561345ded09da1798f14 /arch/cris | |
parent | 60641aa1f379820e99ac7f45a38b43795670c741 (diff) | |
download | talos-obmc-linux-bf56fba6703592149e1bcd19220c60eb42dff9b7.tar.gz talos-obmc-linux-bf56fba6703592149e1bcd19220c60eb42dff9b7.zip |
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')
-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/ header-y += arch-v32/ header-y += ethernet.h +header-y += etraxgpio.h +header-y += rs485.h header-y += rtc.h header-y += sync_serial.h - -unifdef-y += etraxgpio.h -unifdef-y += rs485.h |