Initial version of a basic multicast-DNS service discovery responder
This commit is contained in:
parent
fda5d0b942
commit
4b1b2a5cc3
3 changed files with 863 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