diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2011-11-10 17:19:25 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-11-10 17:19:25 -0800 |
commit | 086654272a4208ac1e86f93d9fe78f0bdaac207e (patch) | |
tree | 9094a8281d06ddd56fcfe2a84834282fcaa9ff35 | |
parent | 6d6580f93811792db90d0937e6c388ee1f7d6536 (diff) | |
download | autogen-086654272a4208ac1e86f93d9fe78f0bdaac207e.tar.gz autogen-086654272a4208ac1e86f93d9fe78f0bdaac207e.tar.xz autogen-086654272a4208ac1e86f93d9fe78f0bdaac207e.zip |
-rw-r--r-- | arch/x86/include/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/Kbuild b/arch/x86/include/Kbuild index ad92fe83461..6bf4b3fecaa 100644 --- a/arch/x86/include/Kbuild +++ b/arch/x86/include/Kbuild @@ -4,6 +4,6 @@ # away after "make mrproper". # obj := arch/x86/include/generated/asm -dst := include/asm-x86 +dst := include/asm objhdr-y += unistd_32.h objhdr-y += unistd_64.h |