]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/Makefile
Move aseg-paging to netwatch/
[netwatch.git] / aseg / Makefile
diff --git a/aseg/Makefile b/aseg/Makefile
deleted file mode 100644 (file)
index 5676489..0000000
+++ /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
This page took 0.007152 seconds and 4 git commands to generate.