CFLAGS=-I../include -I../include/raw \
-I../lwip/src/include -I../lwip/src/include/ipv4 \
-nostdlib -nostdinc -fno-builtin -D__RAW__ \
CFLAGS=-I../include -I../include/raw \
-I../lwip/src/include -I../lwip/src/include/ipv4 \
-nostdlib -nostdinc -fno-builtin -D__RAW__ \
-aseg.elf: aseg.lds $(STUBOBJS) $(OBJS)
- ld -o aseg.elf -T aseg.lds $(STUBOBJS) $(OBJS)
+aseg.elf: netwatch-large.lds $(STUBOBJS) $(OBJS)
+ $(CROSS)ld -o aseg.elf -T netwatch-large.lds $(STUBOBJS) $(OBJS)