From: Samuel Mendoza-Jonas <sam@mendozajonas.com>
To: OpenBMC Patches <openbmc-patches@stwcx.xyz>
Cc: openbmc@lists.ozlabs.org, Ken Lai <ken1029@gmail.com>
Subject: Re: [PATCH skeleton v9 23/23] Fix Makefile
Date: Tue, 10 May 2016 16:20:04 +1000 [thread overview]
Message-ID: <20160510062004.GA22261@localhost.localdomain> (raw)
In-Reply-To: <1462859449-5466-24-git-send-email-openbmc-patches@stwcx.xyz>
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@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@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
prev parent reply other threads:[~2016-05-10 6:31 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-10 5:50 [PATCH skeleton v9 00/23] Add fan control algorithm OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 01/23] add i2craw tool and hdd status function OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 02/23] Heartbeat Led function OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 03/23] fix info memory leak OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 04/23] Setup FUNC_MODE[2:0] OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 05/23] Fill in the threshold settings for CPU and DIMM OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 06/23] " OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 07/23] fix info memory leak OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 08/23] Revert "Fill in the threshold settings for CPU and DIMM" OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 09/23] Add I2C-6 lm75 outlet temperature sensor OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 10/23] Modify the hard-coded hwmon ID for PowerCap OpenBMC Patches
2016-05-10 8:42 ` Yi TZ Li
2016-05-10 5:50 ` [PATCH skeleton v9 11/23] Fill in the threshold settings for CPU and DIMM OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 12/23] Add fan control algorithm OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 13/23] Fix skeleton Makefile OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 14/23] Set lower threshold for ambient/CPU/DIMM sensors OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 15/23] Fix memory leak OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 16/23] Support FAN tach sensors OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 17/23] Generate thermaltrip event OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 18/23] Keep original design to generate " OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 19/23] Support FAN LED feature OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 20/23] Revert "Add I2C-6 lm75 outlet temperature sensor" OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 21/23] Revert "Setup FUNC_MODE[2:0]" OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 22/23] Fix Makefile issue OpenBMC Patches
2016-05-10 5:50 ` [PATCH skeleton v9 23/23] Fix Makefile OpenBMC Patches
2016-05-10 6:20 ` Samuel Mendoza-Jonas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160510062004.GA22261@localhost.localdomain \
--to=sam@mendozajonas.com \
--cc=ken1029@gmail.com \
--cc=openbmc-patches@stwcx.xyz \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.