Change in osmo-ccid-firmware[master]: ccid: rename ccid_descriptors.c to ccid_main_functionfs

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed May 15 17:56:24 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/14060


Change subject: ccid: rename ccid_descriptors.c to ccid_main_functionfs
......................................................................

ccid: rename ccid_descriptors.c to ccid_main_functionfs

... which resembles its actual purpose much better

Change-Id: I02d21a9594db8e87714b6ce0d106ed3ef5297548
---
M ccid/Makefile
R ccid/ccid_main_functionfs.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/60/14060/1

diff --git a/ccid/Makefile b/ccid/Makefile
index e23823a..317fcbd 100644
--- a/ccid/Makefile
+++ b/ccid/Makefile
@@ -1,10 +1,10 @@
 CFLAGS=-Wall -g
 
-ccid_descriptors: ccid_descriptors.o ccid_proto.o ccid_device.o
+ccid_functionfs: ccid_main_functionfs.o ccid_proto.o ccid_device.o
 	$(CC) $(CFLAGS) -lasan -losmocore -laio -o $@ $^
 
 %.o: %.c
 	$(CC) $(CFLAGS) -o $@ -c $^
 
 clean:
-	rm ccid_descriptors *.o
+	rm ccid_functionfs *.o
diff --git a/ccid/ccid_descriptors.c b/ccid/ccid_main_functionfs.c
similarity index 100%
rename from ccid/ccid_descriptors.c
rename to ccid/ccid_main_functionfs.c

-- 
To view, visit https://gerrit.osmocom.org/14060
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I02d21a9594db8e87714b6ce0d106ed3ef5297548
Gerrit-Change-Number: 14060
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190515/c5884644/attachment.htm>


More information about the gerrit-log mailing list