Changeset 77390 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Feb 20, 2019 3:51:56 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128941
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
r76553 r77390 27 27 # there 28 28 obj ?= $(CURDIR) 29 include $(obj)/Makefile .include.header29 include $(obj)/Makefile-header.gmk 30 30 31 31 MOD_NAME = vboxnetflt … … 74 74 MOD_CFLAGS = -include $(KBUILD_EXTMOD)/include/VBox/SUPDrvMangling.h -fno-pie 75 75 76 include $(obj)/Makefile .include.footer76 include $(obj)/Makefile-footer.gmk -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt
r76553 r77390 85 85 ${PATH_ROOT}/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h=>SUPR0IdcClientInternal.h \ 86 86 ${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c=>linux/SUPR0IdcClient-linux.c \ 87 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.footer=>Makefile.include.footer\88 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile .include.header=>Makefile.include.header\87 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-footer.gmk=>Makefile-footer.gmk \ 88 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile-header.gmk=>Makefile-header.gmk \ 89 89 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/divdi3.c=>math/gcc/divdi3.c \ 90 90 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/moddi3.c=>math/gcc/moddi3.c \
Note:
See TracChangeset
for help on using the changeset viewer.