Added DHT library to extras and sample code to examples
This commit is contained in:
parent
2badeed523
commit
99eba80c4d
5 changed files with 221 additions and 0 deletions
10
extras/dht/component.mk
Normal file
10
extras/dht/component.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Component makefile for extras/dht
|
||||
|
||||
INC_DIRS += $(ROOT)extras/dht
|
||||
|
||||
# args for passing into compile rule generation
|
||||
extras/dht_INC_DIR = $(ROOT)extras/dht
|
||||
extras/dht_SRC_DIR = $(ROOT)extras/dht
|
||||
|
||||
$(eval $(call component_compile_rules,extras/dht))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue