VirtualBox

Ignore:
Timestamp:
Jun 25, 2020 11:52:07 AM (4 years ago)
Author:
vboxsync
Message:

/linux/Makefile*,++: BUILD_TYPE -> VBOX_KBUILD_TYPE; BUILD_TARGET_ARCH -> VBOX_KBUILD_TARGET_ARCH

File:
1 edited

Legend:

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

    r83886 r84947  
    121121        generic/uuid-generic.o \
    122122        VBox/log-vbox.o
    123 ifeq ($(BUILD_TARGET_ARCH),x86)
     123ifeq ($(VBOX_KBUILD_TARGET_ARCH),x86)
    124124VBOXMOD_OBJS += \
    125125        math/gcc/divdi3.o \
     
    131131        math/gcc/umoddi3.o
    132132endif
    133 ifeq ($(BUILD_TARGET_ARCH),amd64)
     133ifeq ($(VBOX_KBUILD_TARGET_ARCH),amd64)
    134134VBOXMOD_OBJS += common/alloc/heapsimple.o
    135135endif
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