add lib_hmac
This commit is contained in:
20
lib_hmac/lib_hmac/module_build_info
Normal file
20
lib_hmac/lib_hmac/module_build_info
Normal file
@@ -0,0 +1,20 @@
|
||||
# You can set flags specifically for your module by using the MODULE_XCC_FLAGS
|
||||
# variable. So the following
|
||||
#
|
||||
# MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3
|
||||
#
|
||||
# specifies that everything in the modules should have the application
|
||||
# build flags with -O3 appended (so the files will build at
|
||||
# optimization level -O3).
|
||||
#
|
||||
# You can also set MODULE_XCC_C_FLAGS, MODULE_XCC_XC_FLAGS etc..
|
||||
|
||||
VERSION = 0.0.1
|
||||
|
||||
MODULE_XCC_FLAGS = $(XCC_FLAGS)
|
||||
|
||||
EXPORT_INCLUDE_DIRS = api
|
||||
|
||||
INCLUDE_DIRS = $(EXPORT_INCLUDE_DIRS)
|
||||
|
||||
SOURCE_DIRS = src
|
||||
Reference in New Issue
Block a user