You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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/i386/boot
|
|
include $(src)/Makefile
|
|
|