2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# arch/x86_64/boot/Makefile
|
|
|
|
#
|
2007-07-12 03:18:57 +08:00
|
|
|
# The actual boot code is shared with i386 including the Makefile.
|
|
|
|
# So tell kbuild that we fetch the code from i386 and include the
|
|
|
|
# Makefile from i386 too.
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2007-07-12 03:18:57 +08:00
|
|
|
src := arch/i386/boot
|
|
|
|
include $(src)/Makefile
|