aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helper/linux.c (renamed from platform/linux-generic/odp_linux.c)1
-rw-r--r--helper/ring.c (renamed from platform/linux-generic/odp_ring.c)0
-rw-r--r--platform/linux-generic/Makefile.am4
3 files changed, 2 insertions, 3 deletions
diff --git a/platform/linux-generic/odp_linux.c b/helper/linux.c
index 6865ab1..b753e4d 100644
--- a/platform/linux-generic/odp_linux.c
+++ b/helper/linux.c
@@ -141,7 +141,6 @@ void odph_linux_pthread_join(odph_linux_pthread_t *thread_tbl, int num)
pthread_attr_destroy(&thread_tbl[i].attr);
free(thread_tbl[i].start_args);
}
-
}
diff --git a/platform/linux-generic/odp_ring.c b/helper/ring.c
index a24a020..a24a020 100644
--- a/platform/linux-generic/odp_ring.c
+++ b/helper/ring.c
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am
index ea509c9..66f0474 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -151,14 +151,14 @@ __LIB__libodp_la_SOURCES = \
odp_event.c \
odp_init.c \
odp_impl.c \
- odp_linux.c \
+ ../../helper/linux.c \
odp_packet.c \
odp_packet_flags.c \
odp_packet_io.c \
odp_packet_socket.c \
odp_pool.c \
odp_queue.c \
- odp_ring.c \
+ ../../helper/ring.c \
odp_rwlock.c \
odp_schedule.c \
odp_shared_memory.c \