Fix so that only smdk310 is allowed
Change-Id: I7dc68410b30da367d69e12bc1013b260976dfb33
This commit is contained in:
parent
b63c840b3f
commit
8d785f4fe1
@ -1,3 +1,3 @@
|
||||
ifeq ($(filter-out smdkv310,$(TARGET_BOARD_PLATFORM)),)
|
||||
ifeq ($(TARGET_BOARD_PLATFORM),smdkv310)
|
||||
include $(all-subdir-makefiles)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user