blob: 321600964ca69004d9691162da47c18f8725ef5a [file] [log] [blame]
Keun young Parkc97e6d02012-06-01 11:58:50 -07001# config.mk
2#
3# Product-specific compile-time definitions.
4#
5
6# The generic product target doesn't have any hardware-specific pieces.
7TARGET_NO_BOOTLOADER := true
8TARGET_NO_KERNEL := true
9
10TARGET_ARCH_VARIANT := armv7-a-neon
11TARGET_CPU_ABI := armeabi-v7a
12TARGET_CPU_ABI2 := armeabi
13TARGET_CPU_SMP := true
14ARCH_ARM_HAVE_TLS_REGISTER := true
15
16SMALLER_FONT_FOOTPRINT := true
17MINIMAL_FONT_FOOTPRINT := true
18# Some framework code requires this to enable BT
19BOARD_HAVE_BLUETOOTH := true
Keun young Parka1bfdaa2012-06-11 12:02:14 -070020
21WPA_SUPPLICANT_VERSION := VER_0_8_X