diff options
| author | Peter Jones <pjones@redhat.com> | 2013-10-01 13:43:25 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-10-01 14:03:16 -0400 |
| commit | 4537217422a4e1bf145e135d89284cf7887ad826 (patch) | |
| tree | 0ca634a9091129b2839c1a45cc3870dfd9a61d8f /lib/Makefile | |
| parent | 09a37bbc69f6c5d6c1d081f4f938f34cff412c4f (diff) | |
| download | efi-boot-shim-4537217422a4e1bf145e135d89284cf7887ad826.tar.gz efi-boot-shim-4537217422a4e1bf145e135d89284cf7887ad826.zip | |
Merge console_control.h and console.h
Since these are topically the same thing, they can live together.
Signed-off-by: Peter Jones <pjones@redhat.com>
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 f2b9091d..c1b9ab34 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 variables.o security_policy.o console_control.o +LIBFILES = simple_file.o guid.o console.o execute.o configtable.o shell.o variables.o security_policy.o ARCH = $(shell uname -m | sed s,i[3456789]86,ia32,) |
