Changeset 85519 in vbox for trunk/src/VBox/HostDrivers/Support/linux/Makefile
- Timestamp:
- Jul 29, 2020 11:24:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r84947 r85519 40 40 SUPDrvTracer.o \ 41 41 SUPLibAll.o \ 42 common/string/strformatrt.o 43 44 ifdef VBOX_WITHOUT_COMBINED_SOURCES 45 VBOXMOD_OBJS += \ 46 combined-agnostic.o \ 47 combined-os-specific.o 48 else # VBOX_WITHOUT_COMBINED_SOURCES 49 VBOXMOD_OBJS += \ 42 50 r0drv/alloc-r0drv.o \ 43 51 r0drv/initterm-r0drv.o \ … … 99 107 common/string/strformat.o \ 100 108 common/string/strformatnum.o \ 101 common/string/strformatrt.o \102 109 common/string/strformattype.o \ 103 110 common/string/strprintf.o \ … … 121 128 generic/uuid-generic.o \ 122 129 VBox/log-vbox.o 130 ifeq ($(VBOX_KBUILD_TARGET_ARCH),amd64) 131 VBOXMOD_OBJS += common/alloc/heapsimple.o 132 endif 133 endif # VBOX_WITHOUT_COMBINED_SOURCES 123 134 ifeq ($(VBOX_KBUILD_TARGET_ARCH),x86) 124 135 VBOXMOD_OBJS += \ … … 131 142 math/gcc/umoddi3.o 132 143 endif 133 ifeq ($(VBOX_KBUILD_TARGET_ARCH),amd64)134 VBOXMOD_OBJS += common/alloc/heapsimple.o135 endif136 144 ifdef VBOX_WITH_NATIVE_DTRACE 137 145 VBOXMOD_OBJS += SUPDrvDTrace.o 138 146 endif 147 139 148 VBOXMOD_INCL = \ 140 149 $(VBOXDRV_DIR) \ … … 146 155 /usr/include 147 156 endif 157 148 158 VBOXMOD_DEFS = \ 149 159 RT_OS_LINUX \
Note:
See TracChangeset
for help on using the changeset viewer.