diff options
| author | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 04:15:12 -0400 |
|---|---|---|
| committer | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 16:26:51 -0400 |
| commit | 60641aa1f379820e99ac7f45a38b43795670c741 (patch) | |
| tree | a4a68780ba75bbf8f2fc96dba880ea39da2c717b /include/video/Kbuild | |
| parent | c29c08b59875fe053471cf9eb66f8cfef39bc509 (diff) | |
include: replace unifdef-y with header-y
unifdef-y and header-y has same semantic.
So there is no need to have both.
Drop the unifdef-y variant and sort all lines again
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'include/video/Kbuild')
| -rw-r--r-- | include/video/Kbuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/video/Kbuild b/include/video/Kbuild index 0e406f730c2f..ad3e622c5339 100644 --- a/include/video/Kbuild +++ b/include/video/Kbuild | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | unifdef-y += sisfb.h uvesafb.h | 1 | header-y += edid.h |
| 2 | unifdef-y += edid.h | 2 | header-y += sisfb.h |
| 3 | header-y += uvesafb.h | ||
