aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/Makefile.am
blob: b5a032ff0b271415972a5fc9c8367865f43d6762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
NULL =

AM_CFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/samsung-ipc \
	$(NULL)

lib_LTLIBRARIES = \
	libsamsung-ipc.la \
	$(NULL)

libsamsung_ipc_la_SOURCES = \
	crespo_ipc.c \
	crespo_nv_data.c \
	h1_ipc.c \
	ipc.c \
	ipc_util.c \
	util.c \
	$(NULL)

libsamsung_ipc_la_LIBADD = \
	$(NULL)