summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <glin@suse.com>2013-07-04 18:25:24 +0800
committerPeter Jones <pjones@redhat.com>2013-09-26 11:58:02 -0400
commit7d602e843ccc7536bfbc9c25cc458e77ae243bb9 (patch)
treec2cc3e5e5c96c24321abb4ad196ec94971e4a7fb /lib/Makefile
parent79424b09ca1db2878cd67a59e30ff0849c058f1d (diff)
downloadefi-boot-shim-7d602e843ccc7536bfbc9c25cc458e77ae243bb9.tar.gz
efi-boot-shim-7d602e843ccc7536bfbc9c25cc458e77ae243bb9.zip
Merge variable retrieving functions
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
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,)