aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-11-10 17:19:25 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2011-11-10 17:19:25 -0800
commit086654272a4208ac1e86f93d9fe78f0bdaac207e (patch)
tree9094a8281d06ddd56fcfe2a84834282fcaa9ff35
parent6d6580f93811792db90d0937e6c388ee1f7d6536 (diff)
downloadautogen-086654272a4208ac1e86f93d9fe78f0bdaac207e.tar.gz
autogen-086654272a4208ac1e86f93d9fe78f0bdaac207e.tar.xz
autogen-086654272a4208ac1e86f93d9fe78f0bdaac207e.zip
Use the correct dst pathHEADmaster
-rw-r--r--arch/x86/include/Kbuild2
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