4 lines
98 B
Makefile
4 lines
98 B
Makefile
ifeq ($(filter-out smdkv310,$(TARGET_BOARD_PLATFORM)),)
|
|
include $(all-subdir-makefiles)
|
|
endif
|