1# BoardConfig.mk
2#
3# Product-specific compile-time definitions.
4#
5
6include device/generic/armv7-a-neon/BoardConfig.mk
7
8ifndef PDK_FUSION_PLATFORM_ZIP
9ifeq ($(HOST_OS),linux)
10  WITH_DEXPREOPT := true
11endif
12endif # PDK_FUSION_PLATFORM_ZIP
13