]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Add forgotten files to Makefile
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 8 Jul 2015 16:02:14 +0000 (18:02 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 8 Jul 2015 16:12:41 +0000 (18:12 +0200)
I forgot to include these files in the Makefiles after merge
refactoring. I cannot compile rpp-test-sw without them.

Makefile.var
rpp/src/hal/port_spi.c
rpp/src/hal/spi.c
rpp/src/hal/spi_resp_transl.c

index 03863592b565818a1150782bc1da9dcacbeded0d..720b6489299ea1c85abed6436d5ddcb3eabaf187 100644 (file)
@@ -156,6 +156,9 @@ rpp_lib_SOURCES_tms570_rpp =                                        \
        rpp/src/drv/hout.c                                              \
        rpp/src/drv/lout.c                                              \
        rpp/src/drv/mout.c                                              \
+       rpp/src/hal/spi.c                                       \
+       rpp/src/hal/port_spi.c                                  \
+       rpp/src/hal/spi_resp_transl.c                   \
        rpp/src/hal/spi_tms570.c                                        \
        rpp/src/rpp/dac.c                                               \
        rpp/src/rpp/din.c                                               \
@@ -168,7 +171,8 @@ rpp_lib_SOURCES_tms570_rpp =                                        \
        rpp/src/rpp/lout.c                                              \
        rpp/src/rpp/mout.c                                              \
        rpp/src/rpp/sdc.c                                               \
-       rpp/src/rpp/sdr.c
+       rpp/src/rpp/sdr.c                                               \
+       rpp/src/sys/ti_drv_lin.c
 
 # Add target specific and conditional sources to the list of sources
 
index a560bfbf49488cd59f05461642a1ecf3f27f821d..21fbe63f9b5f328a20196874815d12828b952ad1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2013 Czech Technical University in Prague
+/* Copyright (C) 2012-2013, 2015 Czech Technical University in Prague
  *
  * Authors:
  *     - Michal Horn <hornmich@fel.cvut.cz>
@@ -18,7 +18,7 @@
 // Cannot include upper layer
 //#include "drv_spi.h"
 //#include "cmdproc.h"
-#include "hal/hal.h"
+#include "hal/spi.h"
 
 #define PORT_BUF 4
 /** Buffer for spi command to be sent */
index b97d77458d9d53b355a5f83c351d1897a35d1e66..6e78eca9e13e5827f6c015dbbdd703d218041ce2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2013 Czech Technical University in Prague
+/* Copyright (C) 2012-2013, 2015 Czech Technical University in Prague
  *
  * This document contains proprietary information belonging to Czech
  * Technical University in Prague. Passing on and copying of this
@@ -12,7 +12,7 @@
 //#include "drv/spi.h"
 //#include "cpu_def.h"
 //#include "ul/ul_list.h"
-#include "hal/hal.h"
+#include "hal/spi.h"
 
 int spi_msg_rq_ins(spi_drv_t *ifc, spi_msg_head_t *msg)
 {
index 6a338f7031b535b9cece92af5ef49427e28624ed..e09555370a522fc63f1aa8770c6277fbc210b2fc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2013 Czech Technical University in Prague
+/* Copyright (C) 2012-2013, 2015 Czech Technical University in Prague
  *
  * Authors:
  *     - Michal Horn <hornmich@fel.cvut.cz>
@@ -26,9 +26,9 @@
  *      bit or group of bits in the response.
  */
 
-//#include "spi_resp_transl.h"
-//#include "cmdproc_io_tisci.h"
 #include "hal/hal.h"
+#include "hal/spi.h"
+#include "hal/spi_resp_transl.h"
 
 // Field descriptors
 static const spitr_field_desc_t din_glob_field_descs[DIN_NUM_GLOB_FD] = {