Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Sharma, Swati2" <swati2.sharma@intel.com>
To: Kunal Joshi <kunal1.joshi@intel.com>, igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t 2/2] lib/meson.build: Add igt_dpcd for compilation
Date: Tue, 10 Oct 2023 12:35:55 +0530	[thread overview]
Message-ID: <bbd49746-b907-46f1-b655-4dbb40cb41cb@intel.com> (raw)
In-Reply-To: <20230926082712.281687-3-kunal1.joshi@intel.com>

Hi Kunal,

On 26-Sep-23 1:57 PM, Kunal Joshi wrote:
> Added igt_dpcd in meson.build for compilation
> 
> Cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com>
> ---
>   lib/meson.build | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/lib/meson.build b/lib/meson.build
> index a7bccafc3..5e62d3eda 100644
> --- a/lib/meson.build
> +++ b/lib/meson.build
> @@ -24,6 +24,7 @@ lib_sources = [
>   	'igt_device_scan.c',
>   	'igt_drm_clients.h',
>   	'igt_drm_fdinfo.c',
> +	'igt_dpcd.c',

Though this is not completely sorted, try to add new entry in sorted manner.

>   	'igt_aux.c',
>   	'igt_gt.c',
>   	'igt_halffloat.c',
> @@ -254,6 +255,10 @@ lib_igt_perf_build = static_library('igt_perf',
>   lib_igt_perf = declare_dependency(link_with : lib_igt_perf_build,
>   				  include_directories : inc)
>   
> +lib_igt_dpcd = static_library('igt_dpcd',
> +	['igt_dpcd.c'],
> +	include_directories : inc)
> +
>   scan_dep = [
>   	glib,
>   	libudev,

  reply	other threads:[~2023-10-10  7:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26  8:27 [igt-dev] [PATCH i-g-t 0/2] Move dpcd_(read/write) to igt_dpcd Kunal Joshi
2023-09-26  8:27 ` [igt-dev] [PATCH i-g-t 1/2] lib/igt_dpcd: move dpcd_read and dpcd_write to lib Kunal Joshi
2023-10-10  7:00   ` Sharma, Swati2
2023-09-26  8:27 ` [igt-dev] [PATCH i-g-t 2/2] lib/meson.build: Add igt_dpcd for compilation Kunal Joshi
2023-10-10  7:05   ` Sharma, Swati2 [this message]
2023-09-26  9:29 ` [igt-dev] ✓ CI.xeBAT: success for Move dpcd_(read/write) to igt_dpcd (rev2) Patchwork
2023-09-26  9:29 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
2023-09-26 20:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2023-09-26  8:24 [igt-dev] [PATCH i-g-t 0/2] Move dpcd_(read/write) to igt_dpcd Kunal Joshi
2023-09-26  8:24 ` [igt-dev] [PATCH i-g-t 2/2] lib/meson.build: Add igt_dpcd for compilation Kunal Joshi

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=bbd49746-b907-46f1-b655-4dbb40cb41cb@intel.com \
    --to=swati2.sharma@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=kunal1.joshi@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox