aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e05f490..73d957d 100644
--- a/Makefile
+++ b/Makefile
@@ -51,9 +51,11 @@ clean:
test: \
$(UNITY_O) \
+ build/native/test_runner.o \
build/native/test_util.o \
+ build/native/test_test.o \
build/native/util.o
- $(CC) $(LDFLAGS) -o $@ $^
+ $(CC) $(LDFLAGS) -Wl,-T,linker_list.lds -o $@ $^
./$@
# ELF for real hardware. No mock/sim hardware included (except barometer,