9 lines
167 B
Bash
Executable File
9 lines
167 B
Bash
Executable File
# SPDX-License-Identifier: GPL-2.0
|
|
#!/bin/bash
|
|
# common build rules useful for out-of-tree Linux driver builds
|
|
#
|
|
make clean
|
|
|
|
make EXTRA_CFLAGS="-DHAVE_VDPA_JMND_OPS"
|
|
|