VirtualBox

Changeset 10266 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 5, 2008 12:58:00 AM (17 years ago)
Author:
vboxsync
Message:

EXPORT_SYMTAB on 2.4

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r10263 r10266  
    205205ifdef VBOX_WITH_IDT_PATCHING
    206206vboxdrv_DEFS         += VBOX_WITH_IDT_PATCHING
     207endif
     208ifndef VBOX_LINUX_VERSION_2_4
     209vboxdrv_DEFS         += EXPORT_SYMTAB
    207210endif
    208211vboxdrv_INCS         := \
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r10255 r10266  
    231231endif
    232232
     233## @todo why is there a space before 24 here?
    233234ifeq ($(KERN_VERSION), 24)
    234235# 2.4
    235236TOPDIR         = $(KERN_DIR)
    236237MODULE_EXT    := o
    237 EXTRA_CFLAGS  := -DVBOX_LINUX_2_4
     238EXTRA_CFLAGS  := -DVBOX_LINUX_2_4 -DEXPORT_SYMTAB
    238239$(MODULE)-objs = $(OBJS)
    239240else
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