Re: Error when building module with efi's "grub_efi_get_variable" function

2014-10-31 Thread Mat Troi
Yes. It works now by adding 'enable=efi' to Makefile.core.def and rerun autogen.sh module = { name = mymod; common = net/mymod.c; enable = efi; }; On Wed, Oct 29, 2014 at 11:30 AM, Andrei Borzenkov wrote: > В Tue, 28 Oct 2014 18:43:52 -0700 > Mat Troi пишет: > > > Hi, > > > > This is my

Re: Error when building module with efi's "grub_efi_get_variable" function

2014-10-29 Thread Andrei Borzenkov
В Tue, 28 Oct 2014 18:43:52 -0700 Mat Troi пишет: > Hi, > > This is my Makefile.core.def: > ... > ... > module = { > name = mymod; > common = net/mymod.c; > }; > ... > ... > > When I tried to build I get: > mv syminfo.lst.new syminfo.lst > cat syminfo.lst | sort | gawk -f > /build/boot_proj