X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/c54a4356fd904634dae9b942fb3a587cdcb860b9..1830630f2cc0aa3e1e44f7390614216395fdfe7a:/aseg/Makefile?ds=sidebyside diff --git a/aseg/Makefile b/aseg/Makefile index e2edc87..3015bd7 100644 --- a/aseg/Makefile +++ b/aseg/Makefile @@ -1,6 +1,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 + +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 all: aseg.elf