Re: [yocto] [PATCH] rmc: Fix include path and type definitions

2016-11-16 Thread Jianxun Zhang
> On Nov 15, 2016, at 10:55 PM, Khem Raj wrote: > > > > On 11/15/16 8:56 PM, Jianxun Zhang wrote: >> Add detection of current path for -I option, also update >> type definitions for EFI compiling. >> >> Signed-off-by: Jianxun Zhang >> ---

Re: [yocto] [PATCH] rmc: Fix include path and type definitions

2016-11-15 Thread Khem Raj
On 11/15/16 8:56 PM, Jianxun Zhang wrote: > Add detection of current path for -I option, also update > type definitions for EFI compiling. > > Signed-off-by: Jianxun Zhang > --- > Makefile| 4 +++- > Makefile.efi| 4 +++- > inc/rmc_types.h | 9

[yocto] [PATCH] rmc: Fix include path and type definitions

2016-11-15 Thread Jianxun Zhang
Add detection of current path for -I option, also update type definitions for EFI compiling. Signed-off-by: Jianxun Zhang --- Makefile| 4 +++- Makefile.efi| 4 +++- inc/rmc_types.h | 9 ++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff