VirtualBox

Changeset 82695 in vbox for trunk/src/VBox/HostDrivers/linux


Ignore:
Timestamp:
Jan 9, 2020 1:30:00 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135614
Message:

Linux kernel module build: adjust for Linux 5.5 requiring the make variable and not using the old fixed name fallback any more for Module.symvers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/linux/build_in_tmp

    r76553 r82695  
    7373if [ -n "$USE_MOD_SYMVERS" ]; then
    7474  cp $USE_MOD_SYMVERS $tmpdir/Module.symvers
     75  MAKE_EXTRAOPTS="KBUILD_EXTRA_SYMBOLS=$tmpdir/Module.symvers"
    7576fi
    7677
    7778# make, cleanup if success
    7879cd "$tmpdir"
    79 if make "-j`echo ${MAKE_JOBS}`" "$@"; then  # strip leading space from "MAKE_JOBS"
     80if make "-j`echo ${MAKE_JOBS}`" "$@" ${MAKE_EXTRAOPTS}; then  # strip leading space from "MAKE_JOBS"
    8081  if [ -n "$SAVE_MOD_SYMVERS" ]; then
    8182    if [ -f Module.symvers ]; then
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette