Feature/mdnsresponder (#348)
Basic multicast-DNS service discovery responder
This commit is contained in:
parent
c90362621a
commit
4b0acbe8bf
3 changed files with 858 additions and 0 deletions
9
extras/mdnsresponder/component.mk
Normal file
9
extras/mdnsresponder/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/mdnsresponder
|
||||
|
||||
INC_DIRS += $(mdnsresponder_ROOT)
|
||||
|
||||
# args for passing into compile rule generation
|
||||
mdnsresponder_INC_DIR = $(mdnsresponder_ROOT)
|
||||
mdnsresponder_SRC_DIR = $(mdnsresponder_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,mdnsresponder))
|
||||
Loading…
Add table
Add a link
Reference in a new issue