Skip to content

Commit e6afb03

Browse files
committed
[bsp][bluetrum] remove .a file
1 parent 65cade5 commit e6afb03

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

bsp/bluetrum/ab32vg1-ab-prougen/board/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
menu "Hardware Drivers Config"
22

3+
config SOC_AB32VG1
4+
bool
5+
select PKG_USING_BLUETRUM_SDK
6+
default y
7+
38
menu "Onboard Peripheral Drivers"
49

510
menuconfig BSP_USING_AUDIO

bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/SConscript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ ASFLAGS = ""
4848
CPPDEFINES = []
4949
LOCAL_CPPDEFINES = []
5050

51-
LIBS = ['hal']
52-
LIBPATH = [CWD]
51+
LIBS = []
52+
LIBPATH = []
5353

5454
LINKFLAGS = ""
5555

-36.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)