Changeset 85940 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
- Timestamp:
- Aug 28, 2020 6:43:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r85939 r85940 51 51 endif 52 52 VBOXMOD_INCL = \ 53 $(VBOXNETADP T_DIR) \54 $(VBOXNETADP T_DIR)include \55 $(VBOXNETADP T_DIR)r0drv/linux53 $(VBOXNETADP_DIR) \ 54 $(VBOXNETADP_DIR)include \ 55 $(VBOXNETADP_DIR)r0drv/linux 56 56 VBOXMOD_DEFS = \ 57 57 RT_OS_LINUX \ … … 63 63 VBOX_WITH_HARDENING \ 64 64 VBOX_WITH_64_BITS_GUESTS # <-- must be consistent with Config.kmk! 65 VBOXMOD_CFLAGS = -include $(VBOXNETADP T_DIR)include/VBox/SUPDrvMangling.h -fno-pie -Wno-declaration-after-statement65 VBOXMOD_CFLAGS = -include $(VBOXNETADP_DIR)include/VBox/SUPDrvMangling.h -fno-pie -Wno-declaration-after-statement 66 66 67 67 include $(obj)/Makefile-footer.gmk
Note:
See TracChangeset
for help on using the changeset viewer.