Improve SDT checksum functions

This commit is contained in:
Lauri Kenttä
2016-05-14 17:23:05 +03:00
parent a633eeb781
commit 51ccb0255e
6 changed files with 72 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ LIBS = -L$(GNUEFI_LIB) -lefi -lgcc
GNUEFI_INC = /usr/$(CC_PREFIX)/include/efi
GNUEFI_LIB = /usr/$(CC_PREFIX)/lib
FILES_C = src/main.c src/util.c src/config.c
FILES_C = src/main.c src/util.c src/types.c src/config.c
FILES_H = $(wildcard src/*.h)
.PHONY: all