2 CFLAGS=-I../include -I../include/raw -nostdlib -nostdinc -fno-builtin -D__RAW__
3 OBJS=counter.o firstrun.o ../pci/pci-raw.o ../lib/minilib.o ../lib/console.o
7 aseg.elf: aseg.lds aseg.o $(OBJS)
8 ld -o aseg.elf -T aseg.lds $(OBJS)
11 rm -f $(OBJS) aseg.elf aseg.bin aseg.o
16 objcopy -I binary -B i386 -O elf32-i386 $@.bin $@