Skip to content
Snippets Groups Projects
Commit d79c041d authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Adding DOLPHIN_TEST to defined vars so we can add needed object file

parent a43d9140
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!367Build Reorganization Total
......@@ -23,7 +23,11 @@ if ($::dolphinTiming > -1 or $::virtualiop == 2) {
if ($::dolphin_time_xmit > -1) {
print OUTM "XMIT_DOLPHIN_TIME:=1\n";
}
if ($::virtualiop != 1) {
if ($::pciNet > 0) {
print OUTM "DOLPHIN_TEST:=1\n";
}
}
#
# Start KBUILD_EXTRA_SYMBOLS for the kernel module build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment