osmith submitted this change.

View Change

Approvals: laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, approved Jenkins Builder: Verified
ccid_host/Makefile: tweak formatting (cosmetic)

Change-Id: Ic2e92f9364361af0989b447d3824e867c0cb23d4
---
M ccid_host/Makefile
1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/ccid_host/Makefile b/ccid_host/Makefile
index 7625177..b117232 100644
--- a/ccid_host/Makefile
+++ b/ccid_host/Makefile
@@ -1,5 +1,14 @@
-CFLAGS=-Wall -g $(shell pkg-config --cflags libosmocore) -I../ccid_common -I.
-LIBS?=-lasan $(shell pkg-config --libs libosmocore)
+CFLAGS= \
+ -Wall \
+ -g \
+ $(shell pkg-config --cflags libosmocore) \
+ -I../ccid_common \
+ -I. \
+ $(NULL)
+LIBS?= \
+ -lasan \
+ $(shell pkg-config --libs libosmocore) \
+ $(NULL)

all: ccid_functionfs hub_functionfs cuart_test cuart_fsm_test


To view, visit change 41180. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ic2e92f9364361af0989b447d3824e867c0cb23d4
Gerrit-Change-Number: 41180
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>