Remove else clause

pull/381/head
Dmitry Ilyin 2022-08-19 17:37:51 +03:00
parent b4ad079f72
commit e29e9acedd
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ ifeq ($(BR2_PACKAGE_HISILICON_OSDRV_HI3516CV200),y)
SDK_DIR := glutinium/hisi-osdrv2
else ifeq ($(BR2_PACKAGE_HISILICON_OSDRV_HI3516CV300),y)
SDK_DIR := glutinium/hisi-osdrv3
else
@echo Platform is not supported
endif
MINI_CONF_OPTS = -DPLATFORM_SDK_DIR=$(SDK_DIR)