Skip to content
Snippets Groups Projects
Commit b7615e9e authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

sys/ecc: remove separate hamming256 folder

parent 272ae30d
No related branches found
No related tags found
No related merge requests found
......@@ -811,3 +811,7 @@ USEPKG := $(sort $(USEPKG))
ifneq ($(OLD_USEMODULE) $(OLD_USEPKG),$(USEMODULE) $(USEPKG))
include $(RIOTBASE)/Makefile.dep
endif
ifneq (,$(filter ecc_%,$(USEMODULE)))
USEMODULE += ecc
endif
......@@ -6,6 +6,7 @@ PSEUDOMODULES += can_raw
PSEUDOMODULES += ccn-lite-utils
PSEUDOMODULES += conn_can_isotp_multi
PSEUDOMODULES += core_%
PSEUDOMODULES += ecc_%
PSEUDOMODULES += emb6_router
PSEUDOMODULES += event_%
PSEUDOMODULES += gnrc_ipv6_default
......
......@@ -82,9 +82,6 @@ endif
ifneq (,$(filter tcp,$(USEMODULE)))
DIRS += net/transport_layer/tcp
endif
ifneq (,$(filter hamming256,$(USEMODULE)))
DIRS += ecc/hamming256
endif
ifneq (,$(filter uhcpc,$(USEMODULE)))
DIRS += net/application_layer/uhcp
endif
......
SUBMODULES := 1
include $(RIOTBASE)/Makefile.base
File moved
USEMODULE += hamming256
USEMODULE += ecc_hamming256
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment