X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/33e49b2e6d599bc56326841b5b373b9f76adc5f7..refs/heads/410watch:/netwatch/Makefile?ds=sidebyside diff --git a/netwatch/Makefile b/netwatch/Makefile index 1d7621a..1b31484 100644 --- a/netwatch/Makefile +++ b/netwatch/Makefile @@ -56,6 +56,12 @@ OBJS = ../ich2/smi.o \ ../lib/console.o \ ../lib/serial.o \ ../lib/crc32.o \ + ../lib/demap.o \ + ../lib/state.o \ + ../lib/cpuid.o \ + ../cs410/cs410.o \ + ../cs410/keyb.o \ + ../cs410/keyhelp.o \ keyboard.o \ packet.o \ $(LWIP_OBJS) \ @@ -68,8 +74,8 @@ OBJS = ../ich2/smi.o \ all: aseg.elf -aseg.elf: aseg.lds $(STUBOBJS) $(OBJS) - ld -o aseg.elf -T aseg.lds $(STUBOBJS) $(OBJS) +aseg.elf: netwatch-large.lds $(STUBOBJS) $(OBJS) + ld -o aseg.elf -T netwatch-large.lds $(STUBOBJS) $(OBJS) clean: rm -f $(OBJS) aseg.elf entry.bin entry.o