X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/035d7af7dd4727735ec57f8195a4842e31ffc997..33e49b2e6d599bc56326841b5b373b9f76adc5f7:/aseg/Makefile diff --git a/aseg/Makefile b/aseg/Makefile deleted file mode 100644 index 5676489..0000000 --- a/aseg/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -CFLAGS=-I../include - -all: aseg.elf - -aseg.bin: aseg.asm - nasm -o aseg.bin aseg.asm - -aseg.o: aseg.bin - objcopy -I binary -B i386 -O elf32-i386 aseg.bin aseg.o - -aseg.elf: aseg.o aseg.lds counter.o ../pci/pci-smm.o - ld -o aseg.elf -T aseg.lds counter.o ../pci/pci-smm.o