diff options
author | jaseg <git@jaseg.de> | 2021-02-15 20:03:43 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-02-15 20:05:09 +0100 |
commit | e844dd519940ca374021b5d9776ab99dded9ab2f (patch) | |
tree | 233e410f0e273aeab1ada4cda267e7b1cbccfbf1 /prototype/fw/Makefile | |
parent | 08c1da431346723342c89be25bc5679ea427df29 (diff) | |
download | ihsm-e844dd519940ca374021b5d9776ab99dded9ab2f.tar.gz ihsm-e844dd519940ca374021b5d9776ab99dded9ab2f.tar.bz2 ihsm-e844dd519940ca374021b5d9776ab99dded9ab2f.zip |
fw: add basic driver for high-g accelerometer
Diffstat (limited to 'prototype/fw/Makefile')
-rw-r--r-- | prototype/fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototype/fw/Makefile b/prototype/fw/Makefile index 32ded36..f61e949 100644 --- a/prototype/fw/Makefile +++ b/prototype/fw/Makefile @@ -125,7 +125,7 @@ CXXFLAGS += -I. LDFLAGS += $(ARCH_FLAGS) $(SYSTEM_FLAGS) LIBS += -lgcc -LDFLAGS += -Wl,--gc-sections +#LDFLAGS += -Wl,--gc-sections LINKMEM_FLAGS ?= --trim-stubs=startup.o --trace-sections .isr_vector --highlight-subdirs $(BUILDDIR) |