mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-05 11:55:22 +00:00
6 lines
148 B
Makefile
6 lines
148 B
Makefile
NAME := hashtable
|
|
|
|
$(NAME)_TYPE := share
|
|
$(NAME)_SOURCES := hashtable.c
|
|
$(NAME)_INCLUDES := ../../framework/protocol/alink/os/
|
|
GLOBAL_INCLUDES += .
|