]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/Makefile
First pass of 410watch UI code.
[netwatch.git] / netwatch / Makefile
index 1d7621a9540545026475d80285ee5b99dc4b2836..1b31484bded6f7dd400692d887c140d4a40f797b 100644 (file)
@@ -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
This page took 0.050166 seconds and 4 git commands to generate.