Merge "hal: update max channel count"
This commit is contained in:
commit
3b8b64a79a
|
@ -72,6 +72,7 @@ ifneq ($(filter msmnile,$(TARGET_BOARD_PLATFORM)),)
|
|||
endif
|
||||
ifneq ($(filter kona,$(TARGET_BOARD_PLATFORM)),)
|
||||
LOCAL_CFLAGS := -DPLATFORM_KONA
|
||||
LOCAL_CFLAGS += -DMAX_TARGET_SPECIFIC_CHANNEL_CNT="4"
|
||||
endif
|
||||
ifneq ($(filter $(MSMSTEPPE) ,$(TARGET_BOARD_PLATFORM)),)
|
||||
LOCAL_CFLAGS := -DPLATFORM_MSMSTEPPE
|
||||
|
|
Loading…
Reference in New Issue