X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/e5d94488b04d37328aef0420beafed4afe42cef5..4d898e0be101cef5e2a09fe78a04c695c44cdb6b:/aseg/Makefile

diff --git a/aseg/Makefile b/aseg/Makefile
index 5033a55..4072606 100644
--- a/aseg/Makefile
+++ b/aseg/Makefile
@@ -1,6 +1,10 @@
 CC=gcc
-CFLAGS=-I../include -I../include/raw -nostdlib -nostdinc -fno-builtin -D__RAW__
-OBJS=counter.o firstrun.o ../pci/pci-raw.o ../lib/minilib.o ../lib/console.o
+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 ../net/net.o \
+	../ich2/ich2-timer.o ../pci/pci-bother.o
 
 all: aseg.elf