aboutsummaryrefslogtreecommitdiffstats
path: root/net/ncsi/Makefile
diff options
context:
space:
mode:
authorGavin Shan <gwshan@linux.vnet.ibm.com>2016-07-19 11:54:18 +1000
committerDavid S. Miller <davem@davemloft.net>2016-07-19 20:49:17 -0700
commit138635cc27c9737f940c3aa80912ff7a61c825af (patch)
tree4f872ada7c3c6975931b50c6559adef1751610bf /net/ncsi/Makefile
parentnet/ncsi: NCSI command packet handler (diff)
downloadlinux-dev-138635cc27c9737f940c3aa80912ff7a61c825af.tar.xz
linux-dev-138635cc27c9737f940c3aa80912ff7a61c825af.zip
net/ncsi: NCSI response packet handler
The NCSI response packets are sent to MC (Management Controller) from the remote end. They are responses of NCSI command packets for multiple purposes: completion status of NCSI command packets, return NCSI channel's capability or configuration etc. This defines struct to represent NCSI response packets and introduces function ncsi_rcv_rsp() which will be used to receive NCSI response packets and parse them. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Acked-by: Joel Stanley <joel@jms.id.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ncsi/Makefile')
-rw-r--r--net/ncsi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ncsi/Makefile b/net/ncsi/Makefile
index abc404631ca8..4751819e855b 100644
--- a/net/ncsi/Makefile
+++ b/net/ncsi/Makefile
@@ -1,4 +1,4 @@
#
# Makefile for NCSI API
#
-obj-$(CONFIG_NET_NCSI) += ncsi-cmd.o ncsi-manage.o
+obj-$(CONFIG_NET_NCSI) += ncsi-cmd.o ncsi-rsp.o ncsi-manage.o