Changeset 49395 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Nov 5, 2013 6:38:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r48901 r49395 156 156 math/gcc/qdivrem.o \ 157 157 math/gcc/udivdi3.o \ 158 158 math/gcc/divdi3.o \ 159 159 math/gcc/umoddi3.o 160 160 endif … … 242 242 INCL += $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux) 243 243 INCL += $(addprefix -I$(KBUILD_EXTMOD)/vboxdrv,/ /include /r0drv/linux) 244 ifdef VBOX_WITH_NATIVE_DTRACE 245 INCL += -I/usr/include/linux -I/usr/include 246 endif 244 247 export INCL 245 248 endif
Note:
See TracChangeset
for help on using the changeset viewer.