4 lines
100 B
Makefile
4 lines
100 B
Makefile
|
ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm arm64))
|
||
|
include $(call all-subdir-makefiles)
|
||
|
endif
|