sys/universal_address: Makefile cleanup

This commit is contained in:
Cenk Gündoğan 2015-08-03 11:18:16 +02:00
parent 0738f67de0
commit a2f4d990c6
2 changed files with 0 additions and 5 deletions

View File

@ -163,9 +163,6 @@ endif
ifneq (,$(filter ng_netdev_eth,$(USEMODULE)))
DIRS += net/link_layer/ng_netdev_eth
endif
ifneq (,$(filter universal_address,$(USEMODULE)))
DIRS += universal_address
endif
DIRS += $(dir $(wildcard $(addsuffix /Makefile, ${USEMODULE})))

View File

@ -1,3 +1 @@
MODULE = universal_address
include $(RIOTBASE)/Makefile.base