Browse Source

wrong libname

cmake_2_makefile
heck 2 years ago
parent
commit
22e3e8ceca
  1. 2
      libs/hal/Makefile
  2. 2
      libs/st_usb/Makefile

2
libs/hal/Makefile

@ -1,6 +1,6 @@
include ../../Makefile.conf include ../../Makefile.conf
TARGET=libcmsis.a TARGET=libhal.a
# Includes # Includes
CFLAGS+= -I. CFLAGS+= -I.

2
libs/st_usb/Makefile

@ -1,6 +1,6 @@
include ../../Makefile.conf include ../../Makefile.conf
TARGET=libcmsis_usb.a TARGET=libst_usb.a
# Includes # Includes
CFLAGS+= -I. CFLAGS+= -I.

Loading…
Cancel
Save