mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
242 B
Makefile
14 lines
242 B
Makefile
INCLUDES += -I$(APPDIR)
|
|
|
|
include ../Makefile.drivers_common
|
|
|
|
ifeq (,$(filter pcf857%,$(USEMODULE)))
|
|
# default expander module
|
|
USEMODULE += pcf8575
|
|
endif
|
|
|
|
USEMODULE += shell
|
|
USEMODULE += benchmark
|
|
|
|
include $(RIOTBASE)/Makefile.include
|