Changeset 77390 in vbox for trunk/src/VBox/HostDrivers/VBoxPci/linux
- Timestamp:
- Feb 20, 2019 3:51:56 PM (6 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxPci/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile
r76553 r77390 26 26 # Linux kbuild sets this to our source directory if we are called from there 27 27 obj ?= $(CURDIR) 28 include $(obj)/Makefile .include.header28 include $(obj)/Makefile-header.gmk 29 29 30 30 # override is required by the Debian guys … … 71 71 MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie 72 72 73 include $(obj)/Makefile .include.footer73 include $(obj)/Makefile-footer.gmk -
trunk/src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci
r76553 r77390 83 83 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h=>SUPR0IdcClientInternal.h \ 84 84 ${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c=>linux/SUPR0IdcClient-linux.c \ 85 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\86 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\85 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 86 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 87 87 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \ 88 88 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \
Note:
See TracChangeset
for help on using the changeset viewer.