Changeset 46045 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- May 13, 2013 8:59:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r45396 r46045 71 71 # The Ring-3 Support Library (this is linked into the IPRT dll, VBoxRT). 72 72 # 73 ifneq ($(filter l4%,$(KBUILD_TARGET) $(BUILD_TARGET_SUB)),) 74 # L4 has trouble with -pedantic. It also make trouble when inlining is not enabled. 75 SUPR3_TEMPLATE = VBOXR3NP 76 else 77 SUPR3_TEMPLATE = VBOXR3 78 endif 73 SUPR3_TEMPLATE = VBOXR3NP 79 74 SUPR3_DEFS = \ 80 75 IN_SUP_R3 IN_RT_R3 \ … … 83 78 $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) 84 79 SUPR3_INCS := $(PATH_SUB_CURRENT) 85 SUPR3_INCS.l4 = $(L4_INCDIR)86 80 SUPR3_SOURCES = \ 87 81 SUPLib.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.