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>2011-08-30 09:19:27 +0300
commit18252ed6cff0479c0a2360917ff9bcd31f35ac51 (patch)
tree4794a19aa4e3009b22b4f5ec551c8442f30fc71e
parent04b04f002308120ead40c1051b7138fa63862a5f (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 0163e71..779e8ca 100644
--- a/lcmodule/Makefile
+++ b/lcmodule/Makefile
@@ -10,10 +10,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