Merge "hal: update max channel count"

This commit is contained in:
Linux Build Service Account 2019-03-02 20:12:48 -08:00 committed by Gerrit - the friendly Code Review server
commit 3b8b64a79a
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ ifneq ($(filter msmnile,$(TARGET_BOARD_PLATFORM)),)
endif endif
ifneq ($(filter kona,$(TARGET_BOARD_PLATFORM)),) ifneq ($(filter kona,$(TARGET_BOARD_PLATFORM)),)
LOCAL_CFLAGS := -DPLATFORM_KONA LOCAL_CFLAGS := -DPLATFORM_KONA
LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4"
endif endif
ifneq ($(filter $(MSMSTEPPE) ,$(TARGET_BOARD_PLATFORM)),) ifneq ($(filter $(MSMSTEPPE) ,$(TARGET_BOARD_PLATFORM)),)
LOCAL_CFLAGS := -DPLATFORM_MSMSTEPPE LOCAL_CFLAGS := -DPLATFORM_MSMSTEPPE