mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-01-30 17:05:23 +00:00
14 lines
221 B
Makefile
14 lines
221 B
Makefile
NAME := umbins
|
|
|
|
$(NAME)_MBINS_TYPE := app
|
|
|
|
$(NAME)_INCLUDES := ./ \
|
|
../../../kernel/ksyscall/kmbins
|
|
|
|
$(NAME)_CFLAGS += -Wall -Werror
|
|
|
|
$(NAME)_COMPONENTS :=
|
|
|
|
$(NAME)_SOURCES := syscall_uapi.c
|
|
|
|
GLOBAL_DEFINES += AOS_BINS
|