4 lines
159 B
Makefile
4 lines
159 B
Makefile
# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
|
|
ifneq ($(BOARD_IS_AUTOMOTIVE),true)
|
|
include $(call all-subdir-makefiles)
|
|
endif
|