VirtualBox

Ignore:
Timestamp:
Feb 20, 2019 6:23:31 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128953
Message:

More linux kernel module Makefile cleanups: $(subst MOD_%, VBOXMOD_%,*)

File:
1 edited

Legend:

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

    r77397 r77399  
    3333
    3434# override is required by the Debian guys
    35 MOD_NAME = vboxpci
    36 MOD_OBJS = \
     35VBOXMOD_NAME = vboxpci
     36VBOXMOD_OBJS = \
    3737        linux/VBoxPci-linux.o \
    3838        VBoxPci.o \
     
    4141        linux/SUPR0IdcClient-linux.o
    4242ifeq ($(BUILD_TARGET_ARCH),x86)
    43 MOD_OBJS += \
     43VBOXMOD_OBJS += \
    4444        math/gcc/divdi3.o \
    4545        math/gcc/moddi3.o \
     
    5050        math/gcc/umoddi3.o
    5151endif
    52 MOD_INCL = \
     52VBOXMOD_INCL = \
    5353        -I$(VBOXPCI_DIR) \
    5454        -I$(VBOXPCI_DIR)include \
    5555        -I$(VBOXPCI_DIR)r0drv/linux
    56 MOD_DEFS = \
     56VBOXMOD_DEFS = \
    5757        RT_OS_LINUX \
    5858        IN_RING0 \
     
    6262        RT_WITH_VBOX \
    6363        VBOX_WITH_HARDENING
    64 MOD_CFLAGS = -include $(VBOXPCI_DIR)include/VBox/SUPDrvMangling.h -fno-pie
     64VBOXMOD_CFLAGS = -include $(VBOXPCI_DIR)include/VBox/SUPDrvMangling.h -fno-pie
    6565
    6666include $(obj)/Makefile-footer.gmk
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