summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2011-08-30 09:10:31 +0300
committerKalle Vahlman <kalle.vahlman@movial.com>2012-06-18 10:16:20 +0300
commit4c739e4bca2842aff0b5433cac3c791fb32f87a1 (patch)
tree734427a83b5e4bb99265b9865241fb5ad3cfecf9
parentb0bde663e7360aa8751e98929918effc50c0f50e (diff)
Fix broken include paths in lcmodule
-rw-r--r--lcmodule/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lcmodule/Makefile b/lcmodule/Makefile
index 896cfe9..fbc9f72 100644
--- a/lcmodule/Makefile
+++ b/lcmodule/Makefile
@@ -12,10 +12,10 @@ LCM_PATH:=./
TRANSPORT_PATH:=${LCM_PATH}/source/cnh1605204_ldr_transport_layer/
NETWORK_PATH:=${LCM_PATH}/source/cnh1605205_ldr_network_layer/
LCM_CNH_PATH:=${LCM_PATH}/source/cnh1606344_ldr_communication_module/
-UTILITIES_PATH:=$(LOADER_DIR)/src/loader_code_base/cnh1605551_ldr_utilities
-TIME_UTILITIES_PATH:=$(LOADER_DIR)/src/loader_code_base/cnh1605720_ldr_time_utilities
-BUFFERS_PATH:=$(LOADER_DIR)/src/loader_code_base/cnh1605203_ldr_communication_buffer
-SECURITY_ALGORITHMS_PATH:=$(LOADER_DIR)/src/loader_code_base/cnh1605721_ldr_security_algorithms
+UTILITIES_PATH:=$(LOADER_DIR)/source/cnh1605551_ldr_utilities
+TIME_UTILITIES_PATH:=$(LOADER_DIR)/source/cnh1605720_ldr_time_utilities
+BUFFERS_PATH:=$(LOADER_DIR)/source/cnh1605203_ldr_communication_buffer
+SECURITY_ALGORITHMS_PATH:=$(LOADER_DIR)/source/cnh1605721_ldr_security_algorithms
LCM_CONFIG:=$(LCM_CNH_PATH)/config
LCM_CUST_CONFIG:=$(LCM_PATH)/customer_config
SUPPORTED_CMDS_PATH:=$(LOADER_DIR)/src/platform_support/stn8500/config/supported_commands.xml