2016-04-20 22:03:18 +00:00
|
|
|
# Component makefile for extras/dht
|
|
|
|
|
2016-10-26 13:41:08 +00:00
|
|
|
# include it as 'dht/dht.h'
|
|
|
|
INC_DIRS += $(dht_ROOT)..
|
2016-04-20 22:03:18 +00:00
|
|
|
|
|
|
|
# args for passing into compile rule generation
|
2016-10-26 13:41:08 +00:00
|
|
|
dht_SRC_DIR = $(dht_ROOT)
|
2016-04-20 22:03:18 +00:00
|
|
|
|
2016-10-26 13:41:08 +00:00
|
|
|
$(eval $(call component_compile_rules,dht))
|
2016-04-20 22:03:18 +00:00
|
|
|
|