1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/ecc: remove separate hamming256 folder

This commit is contained in:
PeterKietzmann 2018-07-11 13:50:07 +02:00
parent 272ae30d26
commit b7615e9e1b
6 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

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

View File

@ -1 +1 @@
USEMODULE += hamming256
USEMODULE += ecc_hamming256