mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/eepreg: Makefile support
This commit is contained in:
parent
d5e9994d1d
commit
ba4de322f4
@ -1,6 +1,9 @@
|
||||
ifneq (,$(filter csma_sender,$(USEMODULE)))
|
||||
DIRS += net/link_layer/csma_sender
|
||||
endif
|
||||
ifneq (,$(filter eepreg,$(USEMODULE)))
|
||||
DIRS += eepreg
|
||||
endif
|
||||
ifneq (,$(filter posix_semaphore,$(USEMODULE)))
|
||||
DIRS += posix/semaphore
|
||||
endif
|
||||
|
@ -1,3 +1,7 @@
|
||||
ifneq (,$(filter eepreg,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += periph_eeprom
|
||||
endif
|
||||
|
||||
ifneq (,$(filter prng_fortuna,$(USEMODULE)))
|
||||
CFLAGS += -DCRYPTO_AES
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user