From: Denis Kenzior <denkenz@gmail.com>
To: ofono@lists.linux.dev
Cc: Denis Kenzior <denkenz@gmail.com>
Subject: [PATCH v2 03/18] build: Bring in more ell classes
Date: Fri, 2 Feb 2024 16:53:35 -0600 [thread overview]
Message-ID: <20240202225405.993792-3-denkenz@gmail.com> (raw)
In-Reply-To: <20240202225405.993792-1-denkenz@gmail.com>
Some ell classes are still not used by oFono. Bring them all into the
build for future use.
---
Makefile.am | 34 ++++++++++++++++++++++++++++------
1 file changed, 28 insertions(+), 6 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 60ea9d193eac..8517bc0309d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,8 +36,8 @@ ell_headers = ell/util.h \
ell/checksum.h \
ell/netlink.h \
ell/genl.h \
- ell/dbus.h \
ell/rtnl.h \
+ ell/dbus.h \
ell/dbus-service.h \
ell/dbus-client.h \
ell/hwdb.h \
@@ -52,14 +52,20 @@ ell_headers = ell/util.h \
ell/file.h \
ell/dir.h \
ell/net.h \
+ ell/dhcp.h \
+ ell/dhcp6.h \
ell/cert.h \
ell/ecc.h \
ell/ecdh.h \
ell/time.h \
+ ell/gpio.h \
ell/path.h \
+ ell/icmp6.h \
+ ell/acd.h \
ell/cleanup.h \
+ ell/netconfig.h \
ell/sysctl.h \
- ell/gpio.h
+ ell/minheap.h
ell_sources = ell/private.h \
ell/missing.h \
@@ -103,30 +109,46 @@ ell_sources = ell/private.h \
ell/uintset.c \
ell/base64.c \
ell/asn1-private.h \
- ell/pem.c \
ell/pem-private.h \
+ ell/pem.c \
ell/tls-private.h \
ell/tls.c \
ell/tls-record.c \
- ell/tls-suites.c \
ell/tls-extensions.c \
+ ell/tls-suites.c \
ell/uuid.c \
ell/key.c \
ell/file.c \
ell/dir.c \
ell/net-private.h \
ell/net.c \
+ ell/dhcp-private.h \
+ ell/dhcp.c \
+ ell/dhcp-transport.c \
+ ell/dhcp-lease.c \
+ ell/dhcp6-private.h \
+ ell/dhcp6.c \
+ ell/dhcp6-transport.c \
+ ell/dhcp6-lease.c \
+ ell/dhcp-util.c \
+ ell/dhcp-server.c \
ell/cert-private.h \
ell/cert.c \
- ell/ecc-external.c \
+ ell/cert-crypto.c \
ell/ecc-private.h \
+ ell/ecc-external.c \
ell/ecc.c \
ell/ecdh.c \
ell/time.c \
ell/time-private.h \
+ ell/gpio.c \
ell/path.c \
+ ell/icmp6.c \
+ ell/icmp6-private.h \
+ ell/acd.c \
+ ell/netconfig.c \
ell/sysctl.c \
- ell/gpio.c
+ ell/minheap.c
ell_shared = ell/useful.h ell/asn1-private.h
--
2.43.0
next prev parent reply other threads:[~2024-02-02 22:54 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 22:53 [PATCH v2 01/18] umlrunner: Also mount /var/lib as tmpfs Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 02/18] build: Only enable backtrace(3) in maintainer mode Denis Kenzior
2024-02-02 22:53 ` Denis Kenzior [this message]
2024-02-02 22:53 ` [PATCH v2 04/18] build: Enable _auto_ syntax Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 05/18] provisiondb: Remove some duplicate MCCMNC entries Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 06/18] storage: Introduce storage_get_file_path() Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 07/18] storage: Convert g_strdup_* use to l_strdup_* Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 08/18] common: Drop GLib use from gprs_auth_proto_to_string Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 09/18] common: Drop GLib use from gprs_proto_to_string Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 10/18] storage: Remove mode parameter Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 11/18] storage: Use l_malloc Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 12/18] storage: Remove mode argument Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 13/18] storage: Use void * instead of unsigned char * Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 14/18] storage: use l_file_set_contents Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 15/18] lte: Refactor lte settings management Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 16/18] lte: Add provisioning support Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 17/18] phonesim: Add lte atom Denis Kenzior
2024-02-02 22:53 ` [PATCH v2 18/18] lte: Write provisioned info to disk Denis Kenzior
2024-02-02 23:30 ` [PATCH v2 01/18] umlrunner: Also mount /var/lib as tmpfs patchwork-bot+ofono
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240202225405.993792-3-denkenz@gmail.com \
--to=denkenz@gmail.com \
--cc=ofono@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox