aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32f1
diff options
context:
space:
mode:
authorFergus Noble2011-09-15 00:06:35 -0700
committerFergus Noble2011-09-15 00:06:35 -0700
commita43e52124a8d8994ab53991a09dc3eae02193ed2 (patch)
treec44f5be7d14f825eb065c356cd9e61d0cbd19657 /lib/stm32f1
parentf8d1005595296177da8e92ddbf8ef582f23a58d1 (diff)
Renaming things in the F1 target Makefile.
Diffstat (limited to 'lib/stm32f1')
-rw-r--r--lib/stm32f1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stm32f1/Makefile b/lib/stm32f1/Makefile
index 095f524..fe2b129 100644
--- a/lib/stm32f1/Makefile
+++ b/lib/stm32f1/Makefile
@@ -17,7 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-LIBNAME = libopencm3_stm32
+LIBNAME = libopencm3_stm32f1
# PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf
@@ -51,7 +51,7 @@ $(LIBNAME).a: $(OBJS)
$(Q)$(CC) $(CFLAGS) -o $@ -c $<
clean:
- @printf " CLEAN lib/stm32\n"
+ @printf " CLEAN lib/stm32f1\n"
$(Q)rm -f *.o *.d
$(Q)rm -f $(LIBNAME).a