diff options
| author | Peter Jones <pjones@redhat.com> | 2021-02-23 10:19:29 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-02-25 10:15:14 -0500 |
| commit | 6eef250a82b0fe65c39b4c05f49035473d4bce0a (patch) | |
| tree | 9a124b59e3d84a6b22ad9292418234d0a34e2021 /Makefile | |
| parent | fc0762e3a895d88ff220606ffcfe1e8005210182 (diff) | |
| download | efi-boot-shim-6eef250a82b0fe65c39b4c05f49035473d4bce0a.tar.gz efi-boot-shim-6eef250a82b0fe65c39b4c05f49035473d4bce0a.zip | |
Add a stand-alone CSV parser.
This adds a simple to use, one-function-call CSV parser that takes a
blob of data and gives you a linked list with an array of values.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ CFLAGS += -DENABLE_SHIM_CERT else TARGETS += $(MMNAME) $(FBNAME) endif -OBJS = shim.o mok.o netboot.o cert.o replacements.o tpm.o version.o errlog.o sbat.o sbat_data.o pe.o httpboot.o +OBJS = shim.o mok.o netboot.o cert.o replacements.o tpm.o version.o errlog.o sbat.o sbat_data.o pe.o httpboot.o csv.o KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key shim.cer ORIG_SOURCES = shim.c mok.c netboot.c replacements.c tpm.c errlog.c sbat.c pe.c httpboot.c shim.h version.h $(wildcard include/*.h) MOK_OBJS = MokManager.o PasswordCrypt.o crypt_blowfish.o errlog.o sbat_data.o |
