# SPDX-License-Identifier: GPL-2.0-only
#
#
################################################################################
#
# Driver for Xilinx network controllers and boards
# Copyright 2021-2022 Xilinx Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 as published
# by the Free Software Foundation, incorporated herein by reference.
#
################################################################################

Xilinx Linux NET driver source RPM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Version:  __version__


Overview
~~~~~~~~
This package is the Linux NET driver source RPM for Xilinx X3522 Ethernet
Network adapters cards.

Building and installation
~~~~~~~~~~~~~~~~~~~~~~~~~
To build a binary RPM for the running kernel type :
 rpmbuild --rebuild <package name>

Look for the "Wrote:" line which identifies the binary RPM that was built.
Then install as a privileged user e.g.
 rpm -Uvh kmod-xilinx-efct.rpm
