summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorR. Andrew Ohana <andrew.ohana@gmail.com>2012-08-06 23:15:56 -0700
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-17 17:56:51 +0000
commit0dce2c6f572861cddb24c36c75dcfff2a8f07b70 (patch)
tree27c6a35a66cf0432755d0e3fbe37dcbad3aef833 /core/config.mk
parent752d9ef4466590d3adfafe20f1acb4c3d16e5680 (diff)
downloadbuild-0dce2c6f572861cddb24c36c75dcfff2a8f07b70.zip
build-0dce2c6f572861cddb24c36c75dcfff2a8f07b70.tar.gz
build-0dce2c6f572861cddb24c36c75dcfff2a8f07b70.tar.bz2
Add standard method for enabling mfpu and mcpu code optimization
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index e383c29..4090759 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -136,6 +136,9 @@ endif
# are specific to the user's build configuration.
include $(BUILD_SYSTEM)/envsetup.mk
+# Useful macros
+include $(BUILD_SYSTEM)/linaro_compilerchecks.mk
+
# Boards may be defined under $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)
# or under vendor/*/$(TARGET_DEVICE). Search in both places, but
# make sure only one exists.