[Sound-open-firmware] [PATCH] ipc: core: rename intel-ipc.c to handler.c
Liam Girdwood
liam.r.girdwood at linux.intel.com
Wed Apr 4 16:54:48 CEST 2018
Rename as there is nothing Intel specific about the IPC. It's generic.
Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
src/ipc/Makefile.am | 12 ++++++------
src/ipc/{intel-ipc.c => handler.c} | 0
2 files changed, 6 insertions(+), 6 deletions(-)
rename src/ipc/{intel-ipc.c => handler.c} (100%)
diff --git a/src/ipc/Makefile.am b/src/ipc/Makefile.am
index 1d84dd00..7379217d 100644
--- a/src/ipc/Makefile.am
+++ b/src/ipc/Makefile.am
@@ -18,7 +18,7 @@ noinst_LIBRARIES = libsof_ipc.a
if BUILD_BAYTRAIL
libsof_ipc_a_SOURCES = \
ipc.c \
- intel-ipc.c \
+ handler.c \
byt-ipc.c \
pmc-ipc.c \
dma-copy.c
@@ -27,7 +27,7 @@ endif
if BUILD_CHERRYTRAIL
libsof_ipc_a_SOURCES = \
ipc.c \
- intel-ipc.c \
+ handler.c \
byt-ipc.c \
pmc-ipc.c \
dma-copy.c
@@ -36,7 +36,7 @@ endif
if BUILD_BROADWELL
libsof_ipc_a_SOURCES = \
ipc.c \
- intel-ipc.c \
+ handler.c \
hsw-ipc.c \
dma-copy.c
endif
@@ -44,7 +44,7 @@ endif
if BUILD_HASWELL
libsof_ipc_a_SOURCES = \
ipc.c \
- intel-ipc.c \
+ handler.c \
hsw-ipc.c \
dma-copy.c
endif
@@ -53,7 +53,7 @@ endif
if BUILD_APOLLOLAKE
libsof_ipc_a_SOURCES = \
ipc.c \
- intel-ipc.c \
+ handler.c \
apl-ipc.c \
dma-copy.c
endif
@@ -61,7 +61,7 @@ endif
if BUILD_CANNONLAKE
libsof_ipc_a_SOURCES = \
ipc.c \
- intel-ipc.c \
+ handler.c \
cnl-ipc.c \
dma-copy.c
endif
diff --git a/src/ipc/intel-ipc.c b/src/ipc/handler.c
similarity index 100%
rename from src/ipc/intel-ipc.c
rename to src/ipc/handler.c
--
2.14.1
More information about the Sound-open-firmware
mailing list