91a6c462b0
This unifies arch/*/boot (except arch/*/boot/compressed) between i386 and x86-64, and uses the new x86 setup code for x86-64 as well. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
10 lines
238 B
Makefile
10 lines
238 B
Makefile
#
|
|
# 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
|