aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-10-31 14:44:00 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-10-31 14:44:00 +0100
commit1ec4be8b3aa2be6a62a29398ef306a5bbea46726 (patch)
treee91f9c2f74b52787d07d1663672117269b96594a
parent6498bf70a861d18b177a622091f82ab4fadf216d (diff)
change path
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef16567..9e793d3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,10 @@
# Add target to project dependency list
-PROJECT_TARGET_ADD(hal-utilities)
+#PROJECT_TARGET_ADD(hal-utilities)
+set(TARGET_NAME hal-utilities-4a)
+
+add_definitions(-DMAX_LINEAR_DB_SCALE=24)
# Define targets
ADD_LIBRARY(${TARGET_NAME} STATIC hal-volume.c hal-volramp.c hal-interface.c hal-statics.c)