Makefile 238 B

123456789
  1. #
  2. # arch/x86_64/boot/Makefile
  3. #
  4. # 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.
  7. src := arch/i386/boot
  8. include $(src)/Makefile