git.joshuawise.com
/
netwatch.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
move elf.h from elfload/ to include/
[netwatch.git]
/
aseg
/
Makefile
1
CFLAGS=-I../include
2
3
all: aseg.elf
4
5
aseg.bin: aseg.asm
6
nasm -o aseg.bin aseg.asm
7
8
aseg.o: aseg.bin
9
objcopy -I binary -B i386 -O elf32-i386 aseg.bin aseg.o
10
11
aseg.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.021101 seconds
and
4
git commands to generate.