Harald Welte has submitted this change and it was merged. (
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(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
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: merged
Gerrit-Change-Id: I02d21a9594db8e87714b6ce0d106ed3ef5297548
Gerrit-Change-Number: 14060
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)