source: mainline/arch/amd64/Makefile@ 429f3d9a

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 429f3d9a was 429f3d9a, checked in by Martin Decky <martin@…>, 20 years ago

AMD64 support

  • Property mode set to 100644
File size: 266 bytes
Line 
1.PHONY=build kernel clean
2
3ROOT=distroot
4BASE=$(shell cd ../../..; pwd)
5KERNELDIR=$(BASE)/kernel
6
7build: kernel
8 gunzip -c grub/grub.img.gz > image.bin
9 e2cp $(KERNELDIR)/kernel.bin image.bin:/boot/kernel.bin
10
11kernel:
12 $(MAKE) -C $(KERNELDIR)
13
14clean:
15 -rm image.bin
Note: See TracBrowser for help on using the repository browser.