]> Joshua Wise's Git repositories - netwatch.git/blobdiff - netwatch/Makefile
fix Makefile to point to the correct .lds
[netwatch.git] / netwatch / Makefile
index 1d7621a9540545026475d80285ee5b99dc4b2836..9609e0382c7047be4706420e602390d8d5007e53 100644 (file)
@@ -56,6 +56,9 @@ OBJS =        ../ich2/smi.o \
        ../lib/console.o \
        ../lib/serial.o \
        ../lib/crc32.o \
+       ../lib/demap.o \
+       ../lib/state.o \
+       ../lib/cpuid.o \
        keyboard.o \
        packet.o \
        $(LWIP_OBJS) \
@@ -68,8 +71,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.020553 seconds and 4 git commands to generate.