BoardConfig.mk revision 88b607994a148f4af5bffee163e39ce8296750c6
1# 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
9TARGET_NO_RADIOIMAGE := true
10HAVE_HTC_AUDIO_DRIVER := true
11BOARD_USES_GENERIC_AUDIO := true
12