efi-boot-shim/lib
Peter Jones 8a6d270d70 Make it possible to build in a subdirectory.
This lets you do:

mkdir build-x64 build-ia32
cd build-x64
make TOPDIR=.. -f ../Makefile
cd ../build-ia32
setarch i686 -B make ARCH=ia32 TOPDIR=.. -f ../Makefile

And not worry about generated sources and headers mixing and matching.

Signed-off-by: Peter Jones <pjones@redhat.com>
2017-07-24 20:11:28 -04:00
..
configtable.c Make lib/ build right with the cflags it should be using... 2015-04-13 19:55:25 -04:00
console.c More incorrect unsigned vs signed fixups from yours truly. 2015-06-29 14:41:21 -04:00
execute.c Make lib/ build right with the cflags it should be using... 2015-04-13 19:55:25 -04:00
guid.c Make lib/ build right with the cflags it should be using... 2015-04-13 19:55:25 -04:00
Makefile Make it possible to build in a subdirectory. 2017-07-24 20:11:28 -04:00
security_policy.c fix compilerer errors in security policy 2017-06-15 11:21:04 -04:00
shell.c Make lib/ build right with the cflags it should be using... 2015-04-13 19:55:25 -04:00
simple_file.c Initialize entries before we pass it to another function. 2013-11-21 11:48:24 -05:00
variables.c Make sure we default to assuming we're locked down. 2014-06-25 10:55:56 -04:00