summaryrefslogtreecommitdiff
path: root/nuttx/examples/nxflat/tests/longjmp/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-20 13:27:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-20 13:27:43 +0000
commitda5f1cc34dbdad2acc578e73e7891589b7bd5a3e (patch)
tree4a6b6fd455f2dbaa8111e2e7e450baac8362a975 /nuttx/examples/nxflat/tests/longjmp/Makefile
parent33a230525902b2cc0bfd731d632e7b3ec0f1fafb (diff)
downloadpx4-nuttx-da5f1cc34dbdad2acc578e73e7891589b7bd5a3e.tar.gz
px4-nuttx-da5f1cc34dbdad2acc578e73e7891589b7bd5a3e.tar.bz2
px4-nuttx-da5f1cc34dbdad2acc578e73e7891589b7bd5a3e.zip
Finish nxflat test Makefiles
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1913 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/nxflat/tests/longjmp/Makefile')
-rw-r--r--nuttx/examples/nxflat/tests/longjmp/Makefile4
1 files changed, 2 insertions, 2 deletions
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