blob: 0f7b6c2cfa58193b34fd57d04de72ed14329f9a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#
# arch/x86_64/boot/Makefile
#
# 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.
src := arch/x86/boot
include $(src)/Makefile
|