Skip to content
Snippets Groups Projects
Commit ba4de322 authored by Matthew Blue's avatar Matthew Blue
Browse files

sys/eepreg: Makefile support

parent d5e9994d
No related branches found
No related tags found
No related merge requests found
ifneq (,$(filter csma_sender,$(USEMODULE))) ifneq (,$(filter csma_sender,$(USEMODULE)))
DIRS += net/link_layer/csma_sender DIRS += net/link_layer/csma_sender
endif endif
ifneq (,$(filter eepreg,$(USEMODULE)))
DIRS += eepreg
endif
ifneq (,$(filter posix_semaphore,$(USEMODULE))) ifneq (,$(filter posix_semaphore,$(USEMODULE)))
DIRS += posix/semaphore DIRS += posix/semaphore
endif endif
......
ifneq (,$(filter eepreg,$(USEMODULE)))
FEATURES_REQUIRED += periph_eeprom
endif
ifneq (,$(filter prng_fortuna,$(USEMODULE))) ifneq (,$(filter prng_fortuna,$(USEMODULE)))
CFLAGS += -DCRYPTO_AES CFLAGS += -DCRYPTO_AES
endif endif
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