From 3f2302f7c377800cb1f0801c64575bef2b7d05a9 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 30 Oct 2011 18:13:52 +0100 Subject: Add DEVICE_H1 or DEVICE_CRESPO as define to CFLAGS Signed-off-by: Simon Busch --- samsung-ipc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samsung-ipc/Makefile.am') diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am index 841d9d9..03c0f9e 100644 --- a/samsung-ipc/Makefile.am +++ b/samsung-ipc/Makefile.am @@ -31,12 +31,14 @@ libsamsung_ipc_la_SOURCES += \ device/crespo/crespo_ipc.c \ device/crespo/crespo_nv_data.c \ $(NULL) +AM_CFLAGS += -DDEVICE_CRESPO endif if WANT_PROTOCOL_VERISON_H1 libsamsung_ipc_la_SOURCES += \ device/h1/h1_ipc.c \ $(NULL) +AM_CFLAGS += -DDEVICE_H1 endif libsamsung_ipc_la_LIBADD = \ -- cgit v1.1