mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sock_dns: move module to directory named like module
This commit is contained in:
parent
775d6095bc
commit
bf764fd700
@ -132,7 +132,7 @@ ifneq (,$(filter sock_async_event,$(USEMODULE)))
|
||||
DIRS += net/sock/async/event
|
||||
endif
|
||||
ifneq (,$(filter sock_dns,$(USEMODULE)))
|
||||
DIRS += net/application_layer/dns
|
||||
DIRS += net/application_layer/sock_dns
|
||||
endif
|
||||
ifneq (,$(filter sock_util,$(USEMODULE)))
|
||||
DIRS += net/sock
|
||||
|
@ -1,2 +1 @@
|
||||
MODULE=sock_dns
|
||||
include $(RIOTBASE)/Makefile.base
|
Loading…
Reference in New Issue
Block a user