]> Joshua Wise's Git repositories - netwatch.git/blame - aseg/Makefile
Move more functionality out to C
[netwatch.git] / aseg / Makefile
CommitLineData
035d7af7
JW
1CFLAGS=-I../include
2
f54c68a0
JW
3all: aseg.elf
4
5aseg.bin: aseg.asm
6 nasm -o aseg.bin aseg.asm
7
8aseg.o: aseg.bin
9 objcopy -I binary -B i386 -O elf32-i386 aseg.bin aseg.o
10
035d7af7
JW
11aseg.elf: aseg.o aseg.lds counter.o ../pci/pci-smm.o
12 ld -o aseg.elf -T aseg.lds counter.o ../pci/pci-smm.o
This page took 0.022808 seconds and 4 git commands to generate.