forked from openbmc/openbmc
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta-ampere: ipmid: Support User Mgmt headers
Add the user_mgmt.hpp to Makefile.am file for access from external. Signed-off-by: Hieu Huynh <[email protected]>
- Loading branch information
1 parent
eb0522e
commit 7156af1
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
...r/ipmi/phosphor-ipmi-host/0004-Add-the-user_mgmt.hpp-to-Makefile.am-file-for-access.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From 0440cef8a5901290608dfa36614ab4bf226cf62c Mon Sep 17 00:00:00 2001 | ||
From: Hieu Huynh <[email protected]> | ||
Date: Tue, 25 May 2021 10:07:17 +0000 | ||
Subject: [PATCH] Add the user_mgmt.hpp to Makefile.am file for access from | ||
external | ||
|
||
This commit adds the user_mgmt.hpp to Makefile.am file for access | ||
from external. | ||
|
||
Signed-off-by: Hieu Huynh <[email protected]> | ||
--- | ||
Makefile.am | 3 ++- | ||
1 file changed, 2 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/Makefile.am b/Makefile.am | ||
index 82fdd5d..e7f64dc 100644 | ||
--- a/Makefile.am | ||
+++ b/Makefile.am | ||
@@ -181,7 +181,8 @@ endif | ||
|
||
nobase_include_HEADERS = \ | ||
user_channel/channel_layer.hpp \ | ||
- user_channel/user_layer.hpp | ||
+ user_channel/user_layer.hpp \ | ||
+ user_channel/user_mgmt.hpp | ||
|
||
# Forcing the build of self and then subdir | ||
SUBDIRS = include libipmid libipmid-host user_channel . test softoff | ||
-- | ||
2.17.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters