summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
blob: 6005df54592c2d0c24c19fcccd2718eade48c7e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# BoardConfig.mk
#
# Product-specific compile-time definitions.
#

include device/generic/armv7-a-neon/BoardConfig.mk

ifndef PDK_FUSION_PLATFORM_ZIP
ifeq ($(HOST_OS),linux)
  WITH_DEXPREOPT := true
endif
endif # PDK_FUSION_PLATFORM_ZIP