osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41180?usp=email )

Change subject: ccid_host/Makefile: tweak formatting (cosmetic)
......................................................................

ccid_host/Makefile: tweak formatting (cosmetic)

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

Approvals:
  laforge: Looks good to me, but someone else must approve
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified




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 https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41180?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

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 <[email protected]>
Gerrit-Reviewer: Hoernchen <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>

Reply via email to