blob: 67096389de1f1f7d1323f9ef6bead27e284c742c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# arch/x86_64/boot/Makefile
3#
H. Peter Anvin91a6c462007-07-11 12:18:57 -07004# 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 Torvalds1da177e2005-04-16 15:20:36 -07007
H. Peter Anvin91a6c462007-07-11 12:18:57 -07008src := arch/i386/boot
9include $(src)/Makefile