diff options
| author | Gary Ching-Pang Lin <glin@suse.com> | 2013-07-04 18:25:24 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-09-26 11:58:02 -0400 |
| commit | 7d602e843ccc7536bfbc9c25cc458e77ae243bb9 (patch) | |
| tree | c2cc3e5e5c96c24321abb4ad196ec94971e4a7fb /lib | |
| parent | 79424b09ca1db2878cd67a59e30ff0849c058f1d (diff) | |
| download | efi-boot-shim-7d602e843ccc7536bfbc9c25cc458e77ae243bb9.tar.gz efi-boot-shim-7d602e843ccc7536bfbc9c25cc458e77ae243bb9.zip | |
Merge variable retrieving functions
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 2 | ||||
| -rw-r--r-- | lib/variables.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 43907005..e85c1fd5 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ TARGET = lib.a -LIBFILES = simple_file.o guid.o console.o execute.o configtable.o shell.o +LIBFILES = simple_file.o guid.o console.o execute.o configtable.o shell.o variables.o ARCH = $(shell uname -m | sed s,i[3456789]86,ia32,) diff --git a/lib/variables.c b/lib/variables.c index 9db64809..81bd34db 100644 --- a/lib/variables.c +++ b/lib/variables.c @@ -27,7 +27,6 @@ #include <variables.h> #include <guid.h> #include <console.h> -#include <sha256.h> #include <errors.h> EFI_STATUS |
