Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # arch/x86_64/boot/Makefile | ||||
3 | # | ||||
H. Peter Anvin | 91a6c46 | 2007-07-11 12:18:57 -0700 | [diff] [blame] | 4 | # The actual boot code is shared with i386 including the Makefile. |
5 | # So tell kbuild that we fetch the code from i386 and include the | ||||
6 | # Makefile from i386 too. | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
H. Peter Anvin | 91a6c46 | 2007-07-11 12:18:57 -0700 | [diff] [blame] | 8 | src := arch/i386/boot |
9 | include $(src)/Makefile |