9 lines
168 B
Bash
Executable File
9 lines
168 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_EULER_OPS"
|
|
|