-----Original Message----- > Date: Tue, 24 Apr 2018 18:13:26 +0530 > From: Abhinandan Gujjar <[email protected]> > To: [email protected], [email protected], > [email protected], [email protected] > CC: [email protected], [email protected], > [email protected], [email protected] > Subject: [v2,5/6] eventdev: add event crypto adapter to meson build system > X-Mailer: git-send-email 1.9.1 > > Signed-off-by: Abhinandan Gujjar <[email protected]> > --- > lib/librte_eventdev/meson.build | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/lib/librte_eventdev/meson.build b/lib/librte_eventdev/meson.build
Separate patch is not required for meson build. Have it in the same patch for make based build and ADD each files as when it added in the patch.

