From 22e3e8ceca5f957c10aa57c3ade47a6340e78fbc Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 5 Sep 2023 13:54:41 +0200 Subject: [PATCH] wrong libname --- libs/hal/Makefile | 2 +- libs/st_usb/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/hal/Makefile b/libs/hal/Makefile index bb65bbc..7737d40 100644 --- a/libs/hal/Makefile +++ b/libs/hal/Makefile @@ -1,6 +1,6 @@ include ../../Makefile.conf -TARGET=libcmsis.a +TARGET=libhal.a # Includes CFLAGS+= -I. diff --git a/libs/st_usb/Makefile b/libs/st_usb/Makefile index abaf316..4117567 100644 --- a/libs/st_usb/Makefile +++ b/libs/st_usb/Makefile @@ -1,6 +1,6 @@ include ../../Makefile.conf -TARGET=libcmsis_usb.a +TARGET=libst_usb.a # Includes CFLAGS+= -I.