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.