Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2019-06-18 00:11:24 +0300
committerKarl Palsson <karlp@tweak.net.au>2019-06-18 01:33:32 +0300
commit3363e18c9cfebfd697ecc29fed632f39aaea7ae6 (patch)
tree491a93923c3d710967231e55a423ef5c45575d59 /lib
parentb063c18a0c1dba6d7b5a0fc46114461d93bee5ac (diff)
swm050: consistent makefile
Diffstat (limited to 'lib')
-rw-r--r--lib/swm050/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/swm050/Makefile b/lib/swm050/Makefile
index fc2f89d1..977f5f74 100644
--- a/lib/swm050/Makefile
+++ b/lib/swm050/Makefile
@@ -32,7 +32,8 @@ TGT_CFLAGS = -Os \
TGT_CFLAGS += $(DEBUG_FLAGS)
TGT_CFLAGS += $(STANDARD_FLAGS)
ARFLAGS = rcs
-OBJS = gpio.o
+
+OBJS += gpio.o
VPATH += ../cm3