diff options
| author | Gary Ching-Pang Lin <glin@suse.com> | 2013-09-26 11:58:02 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-09-26 11:58:02 -0400 |
| commit | 7f0208a0f93ac83635e1d5971387e5fbfdaaf734 (patch) | |
| tree | c2cc3e5e5c96c24321abb4ad196ec94971e4a7fb /lib/Makefile | |
| parent | 53862ddace32172c364b620afbd93603ac734b54 (diff) | |
| download | efi-boot-shim-7f0208a0f93ac83635e1d5971387e5fbfdaaf734.tar.gz efi-boot-shim-7f0208a0f93ac83635e1d5971387e5fbfdaaf734.zip | |
Merge variable retrieving functions
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 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,) |
