VirtualBox

Changeset 6857 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Feb 7, 2008 8:15:42 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27983
Message:

Linux modules: unbreak compilation against Linux 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r6574 r6857  
    168168
    169169 #
    170  # building from Linux-2.6-kbuild (make -C <kernel_directory> M=`pwd`)
    171  #
    172 
    173  KERN_VERSION := 26
     170 # building from kbuild (make -C <kernel_directory> M=`pwd`)
     171 #
     172
     173 # guess kernel version (24 or 26)
     174 KERN_VERSION := $(if $(wildcard $(PWD)/Rules.make),24,26)
    174175
    175176endif # neq($(KERNELRELEASE),)
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