X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/ec2d61895a6b60afbed9661240d868405310dc7f..4d898e0be101cef5e2a09fe78a04c695c44cdb6b:/aseg/Makefile?ds=inline diff --git a/aseg/Makefile b/aseg/Makefile index 3015bd7..4072606 100644 --- a/aseg/Makefile +++ b/aseg/Makefile @@ -2,8 +2,9 @@ CC=gcc CFLAGS=-I../include -I../include/raw -nostdlib -nostdinc -fno-builtin -D__RAW__ -Wall -Werror -pedantic -ansi -std=gnu99 OBJS=counter.o firstrun.o ../pci/pci-raw.o ../lib/minilib.o ../lib/console.o \ - ../ich2/smram-ich2.o ../ich2/smi.o vga-overlay.o packet.o ../lib/sprintf.o \ - ../lib/doprnt.o ../pci/pci.o 3c905.o ../ich2/ich2-timer.o + ../ich2/smram-ich2.o ../ich2/smi.o vga-overlay.o packet.o \ + ../lib/sprintf.o ../lib/doprnt.o ../pci/pci.o ../net/net.o \ + ../ich2/ich2-timer.o ../pci/pci-bother.o all: aseg.elf