From da5f1cc34dbdad2acc578e73e7891589b7bd5a3e Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 20 Jun 2009 13:27:43 +0000 Subject: Finish nxflat test Makefiles git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1913 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nxflat/tests/longjmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/examples/nxflat/tests/longjmp/Makefile') diff --git a/nuttx/examples/nxflat/tests/longjmp/Makefile b/nuttx/examples/nxflat/tests/longjmp/Makefile index fcca4c827..9ad186791 100644 --- a/nuttx/examples/nxflat/tests/longjmp/Makefile +++ b/nuttx/examples/nxflat/tests/longjmp/Makefile @@ -54,7 +54,7 @@ $(R2OBJ): %.o: %.S $(NXFLATCC) -c $(NXFLATCFLAGS) $< -o $@ $(BIN).r1: $(R1OBJS) - $(NXFLATLD) -r $(NXFLATLDFLAGS1) -o $@ $^ + $(NXFLATLD) $(NXFLATLDFLAGS1) -o $@ $^ $(R2SRC): $(BIN).r1 $(MKNXFLAT) -o $@ $^ @@ -63,7 +63,7 @@ $(BIN).r2: $(R2OBJ) $(NXFLATLD) $(NXFLATLDFLAGS2) -o $@ $(R1OBJS) $(R2OBJ) $(BIN): $(BIN).r2 - touch $(BIN) # For now + $(LDNXFLAT) $(LDNXFLATFLAGS) -o $@ $^ clean: rm -f $(BIN) $(R2SRC) *.o *.r1 *.r2 *~ .*.swp core -- cgit v1.2.3