From 2745bcf912e2230ef948b3e0d636bbd16e3fefb6 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Sat, 3 Oct 2009 02:41:48 -0400 Subject: [PATCH] fix Makefile to point to the correct .lds --- netwatch/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/netwatch/Makefile b/netwatch/Makefile index 1d7621a..9609e03 100644 --- a/netwatch/Makefile +++ b/netwatch/Makefile @@ -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 -- 2.39.2