Commit e53d6a15 authored by David Woodhouse's avatar David Woodhouse Committed by Linus Torvalds

Export <linux/a.out.h> to userspace again.

This seems to have been removed accidentally in commit
ed7b1889 ("Unexport asm/page.h"), but
wasn't supposed to have been -- the original patch at
http://lkml.org/lkml/2007/10/30/144 just moved it from $(header-y) to
$(unifdef-y)
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
Acked-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9a8ea369
...@@ -166,6 +166,9 @@ unifdef-y += acct.h ...@@ -166,6 +166,9 @@ unifdef-y += acct.h
unifdef-y += adb.h unifdef-y += adb.h
unifdef-y += adfs_fs.h unifdef-y += adfs_fs.h
unifdef-y += agpgart.h unifdef-y += agpgart.h
ifeq ($(wildcard include/asm-$(SRCARCH)/a.out.h),include/asm-$(SRCARCH)/a.out.h)
unifdef-y += a.out.h
endif
unifdef-y += apm_bios.h unifdef-y += apm_bios.h
unifdef-y += atalk.h unifdef-y += atalk.h
unifdef-y += atmdev.h unifdef-y += atmdev.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment