# SPDX-License-Identifier: GPL-2.0-only
#
#
################################################################################
#
# Driver for Xilinx network controllers and boards
# Copyright 2021 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.
#
################################################################################

Auxiliary driver source RPM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Version:  __version__


Overview
~~~~~~~~
This package is the Auxiliary driver source RPM originally copied from linux source code.

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-auxiliary.rpm
