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:
parent
272ae30d26
commit
b7615e9e1b
@ -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
|
||||
|
@ -1 +1,3 @@
|
||||
SUBMODULES := 1
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
@ -1 +1 @@
|
||||
USEMODULE += hamming256
|
||||
USEMODULE += ecc_hamming256
|
||||
|
Loading…
Reference in New Issue
Block a user