Skip to content

Commit bd172e6

Browse files
committed
Set package name to "CMSIS"
1 parent 4c6bb5f commit bd172e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ SHELL = /bin/sh
2424

2525
ROOT_PATH := .
2626

27-
PACKAGE_NAME := $(basename $(notdir $(CURDIR)))
27+
#PACKAGE_NAME := $(basename $(notdir $(CURDIR)))
28+
PACKAGE_NAME := "CMSIS"
2829
PACKAGE_VERSION := 4.5.0
2930

3031
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)