Changeset 98414 in vbox for trunk/src/VBox/HostDrivers/VBoxPci/Makefile.kmk
- Timestamp:
- Feb 1, 2023 4:23:38 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/Makefile.kmk
r98125 r98414 49 49 VBoxPci_DEFS = IN_RT_R0 VBOX_SVN_REV=$(VBOX_SVN_REV) IN_SUP_STATIC 50 50 VBoxPci_INCS = \ 51 .51 . 52 52 VBoxPci_SOURCES = \ 53 VBoxPci.c53 VBoxPci.c 54 54 VBoxPci_LIBS += \ 55 $(PATH_STAGE_LIB)/SUPR0IdcClient$(VBOX_SUFF_LIB)55 $(PATH_STAGE_LIB)/SUPR0IdcClient$(VBOX_SUFF_LIB) 56 56 endif 57 57 … … 63 63 VBoxPci-src_INST = bin/src/vboxpci/ 64 64 VBoxPci-src_SOURCES = \ 65 $(subst $(DQUOTE),,$(VBOX_VBOXPCI_SOURCES)) \65 $(subst $(DQUOTE),,$(VBOX_VBOXPCI_SOURCES)) \ 66 66 $(VBoxPci-src_0_OUTDIR)/Makefile 67 67 VBoxPci-src_CLEAN = \ 68 68 $(VBoxPci-src_0_OUTDIR)/Makefile \ 69 $(PATH_TARGET)/VBoxPciSrc-src-1.dep \69 $(PATH_TARGET)/VBoxPciSrc-src-1.dep 70 70 71 71 # Generate the scripts needed for building the kernel module. 72 72 73 73 includedep $(PATH_TARGET)/VBoxPci-src-1.dep 74 $$(VBoxPci-src_0_OUTDIR)/Makefile: \75 $(PATH_SUB_CURRENT)/linux/Makefile \76 $$(if $$(eq $$(VBoxPci/linux/Makefile_VBOX_HARDENED),$$(VBOX_WITH_HARDENING)),,FORCE) \77 | $$(dir $$@)74 $$(VBoxPci-src_0_OUTDIR)/Makefile: \ 75 $(PATH_SUB_CURRENT)/linux/Makefile \ 76 $$(if $$(eq $$(VBoxPci/linux/Makefile_VBOX_HARDENED),$$(VBOX_WITH_HARDENING)),,FORCE) \ 77 | $$(dir $$@) 78 78 $(QUIET)$(RM) -f -- $@ 79 79 ifndef VBOX_WITH_HARDENING
Note:
See TracChangeset
for help on using the changeset viewer.