VirtualBox

Changeset 66084 in vbox for trunk


Ignore:
Timestamp:
Mar 14, 2017 12:15:50 PM (8 years ago)
Author:
vboxsync
Message:

Additions/linux/drm: another try to prevent compiling this module on Linux 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/Makefile.module.kms

    r66082 r66084  
    3434include $(obj)/Makefile.include.header
    3535
     36# sledgehammer, see the 2.4 handling in Makefile.include.footer
     37ifneq ($(KERN_VERSION),24)
     38
    3639MOD_NAME   = vboxvideo
    3740
     
    5962include $(obj)/Makefile.include.footer
    6063
    61 endif
     64else # KERN_VERSION=24
    6265
     66all:
     67
     68endif # KERN_VERSION=24
     69
     70else # ifneq ($(filter ...,$(MY_KERNELRELEASE)),)
     71
     72all:
     73
     74endif # ifneq ($(filter ...,$(MY_KERNELRELEASE)),)
     75
Note: See TracChangeset for help on using the changeset viewer.

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