diff options
| author | Peter Jones <pjones@redhat.com> | 2013-09-27 11:32:49 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-10-01 14:03:16 -0400 |
| commit | 09a37bbc69f6c5d6c1d081f4f938f34cff412c4f (patch) | |
| tree | f2054578457ceabee0ce5ef805bafac02866dd54 /lib/Makefile | |
| parent | f7b849be1c1930a59dab50cf95d315049a2f4267 (diff) | |
| download | efi-boot-shim-09a37bbc69f6c5d6c1d081f4f938f34cff412c4f.tar.gz efi-boot-shim-09a37bbc69f6c5d6c1d081f4f938f34cff412c4f.zip | |
Make verbose stuff use console_notify
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 c1b9ab34..f2b9091d 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 +LIBFILES = simple_file.o guid.o console.o execute.o configtable.o shell.o variables.o security_policy.o console_control.o ARCH = $(shell uname -m | sed s,i[3456789]86,ia32,) |
