[PATCH skeleton v9 23/23] Fix Makefile

Samuel Mendoza-Jonas sam at mendozajonas.com
Tue May 10 16:20:04 AEST 2016


Patches 22 and 23 should just be merged into the same patch (and have a
better description).
Did my other comments to v8 of this series come through properly?

Cheers,
Sam

On Tue, May 10, 2016 at 12:50:49AM -0500, OpenBMC Patches wrote:
> From: Ken Lai <ken1029 at gmail.com>
> 
> ---
>  Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile b/Makefile
> index eb9fac7..db05f88 100755
> --- a/Makefile
> +++ b/Makefile
> @@ -9,6 +9,7 @@ LIBS=$(shell pkg-config --libs gio-unix-2.0 glib-2.0) -Llib -lopenbmc_intf
>  INCLUDES += $(shell pkg-config --cflags --libs libsystemd) -I. -O2
>  LIB_FLAG += $(shell pkg-config  --libs libsystemd)
>  
> +DEPPKGS = libsystemd
>  INCLUDES_info += $(shell pkg-config --cflags $(DEPPKGS))
>  LIBS_info += $(shell pkg-config --libs $(DEPPKGS))
>  
> -- 
> 2.8.1
> 
> 
> _______________________________________________
> openbmc mailing list
> openbmc at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc



More information about the openbmc mailing list