Changeset 77390 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
- Timestamp:
- Feb 20, 2019 3:51:56 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128941
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.