aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/Makefile.am
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-12-31 16:36:32 +0100
committerPaulK <contact@paulk.fr>2011-12-31 16:36:32 +0100
commit57baab4aa3fab37719c73de9e5a0757a5f1c9b40 (patch)
treec955e7d2499d4672dd27c7744af773ff5d9893f8 /samsung-ipc/Makefile.am
parenteb6ac17bb7d991a03378d1021586f696d4ceeb42 (diff)
downloadhardware_replicant_libsamsung-ipc-57baab4aa3fab37719c73de9e5a0757a5f1c9b40.tar.gz
hardware_replicant_libsamsung-ipc-57baab4aa3fab37719c73de9e5a0757a5f1c9b40.tar.bz2
hardware_replicant_libsamsung-ipc-57baab4aa3fab37719c73de9e5a0757a5f1c9b40.zip
Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixes
Diffstat (limited to 'samsung-ipc/Makefile.am')
-rw-r--r--samsung-ipc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index 0a6e595..d21c172 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -19,6 +19,7 @@ libsamsung_ipc_la_SOURCES = \
ipc_util.c \
util.c \
\
+ rfs.c \
misc.c \
sec.c \
gen.c \
@@ -31,7 +32,6 @@ libsamsung_ipc_la_SOURCES = \
if WANT_PROTOCOL_VERISON_CRESPO
libsamsung_ipc_la_SOURCES += \
device/crespo/crespo_ipc.c \
- device/crespo/crespo_nv_data.c \
$(NULL)
AM_CFLAGS += -DDEVICE_CRESPO
endif