blob: 3801c8d2861576712d1d61679ba55eefc683b4b6 [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