bsp,am: add basic python script to integrate other AM apps

* but we should manually fix the symbol name of AM libraries
This commit is contained in:
Zihao Yu 2024-01-12 02:15:15 +08:00
parent 5944cfb90c
commit 0fd10d5b22
3 changed files with 36 additions and 0 deletions

View file

@ -9,6 +9,7 @@ CFLAGS += -DHAVE_CCONFIG_H -D__RTTHREAD__
CFLAGS += -Wno-nonnull-compare
LDFLAGS += -T extra.ld
-include $(FILE_MK)
-include am-apps.mk
include $(AM_HOME)/Makefile
$(RTCONFIG_H):