From 086654272a4208ac1e86f93d9fe78f0bdaac207e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 10 Nov 2011 17:19:25 -0800 Subject: Use the correct dst path --- arch/x86/include/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit