[apps] switch to the __start __stop section linker magic

This commit is contained in:
Travis Geiselbrecht
2020-05-14 23:57:42 -07:00
parent f10d9baadb
commit 243975bbce
4 changed files with 5 additions and 15 deletions

View File

@@ -5,6 +5,4 @@ MODULE := $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/app.c
EXTRA_LINKER_SCRIPTS += $(LOCAL_DIR)/app.ld
include make/module.mk