diff options
Diffstat (limited to 'arch/x86_64/boot/Makefile')
-rw-r--r-- | arch/x86_64/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/Makefile b/arch/x86_64/boot/Makefile index 67096389de1f..0f7b6c2cfa58 100644 --- a/arch/x86_64/boot/Makefile +++ b/arch/x86_64/boot/Makefile | |||
@@ -5,5 +5,5 @@ | |||
5 | # So tell kbuild that we fetch the code from i386 and include the | 5 | # So tell kbuild that we fetch the code from i386 and include the |
6 | # Makefile from i386 too. | 6 | # Makefile from i386 too. |
7 | 7 | ||
8 | src := arch/i386/boot | 8 | src := arch/x86/boot |
9 | include $(src)/Makefile | 9 | include $(src)/Makefile |