Feature/mdnsresponder (#348)

Basic multicast-DNS service discovery responder
This commit is contained in:
Michael Hamel 2017-04-26 02:00:09 +12:00 committed by Ruslan V. Uss
parent c90362621a
commit 4b0acbe8bf
3 changed files with 858 additions and 0 deletions

View 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))