From 7d602e843ccc7536bfbc9c25cc458e77ae243bb9 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Thu, 4 Jul 2013 18:25:24 +0800 Subject: Merge variable retrieving functions --- lib/Makefile | 2 +- lib/variables.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') 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 #include #include -#include #include EFI_STATUS -- cgit v1.2.3