Changeset 22012 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Aug 6, 2009 12:14:15 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50749
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r20732 r22012 24 24 25 25 26 if1of ($(KBUILD_TARGET), darwin win) 26 if1of ($(KBUILD_TARGET), darwin win) # this ifeq must go, see @todo around elif 27 27 # 28 28 # VBoxNetFlt.sys - The mixed case driver. … … 237 237 $(addprefix /I , $(call VBOX_FN_MAKE_WIN_PATH,$(SDK_W2K3DDK_INCS))) \ 238 238 $(call VBOX_FN_MAKE_WIN_PATH,$<) 239 endif #ifeq ($(KBUILD_TARGET), win)240 239 241 240 # … … 245 244 VBoxNetAdp_TEMPLATE = VBOXR0DRV 246 245 #VBoxNetAdp_INST = $(INST_VBOXNETADP) 247 if defined(VBOX_SIGNING_MODE)248 249 endif246 if defined(VBOX_SIGNING_MODE) 247 VBoxNetAdp_NOINST = true 248 endif 250 249 VBoxNetAdp_DEFS = IN_RT_R0 IN_SUP_STATIC 251 250 VBoxNetAdp_SDKS = W2K3DDK WINPSDKINCS … … 297 296 298 297 endif # ifdef VBOX_SIGNING_MODE 298 299 endif #ifeq ($(KBUILD_TARGET), win) 299 300 300 301 else if1of ($(KBUILD_TARGET), linux solaris) ## @todo merge this with the mixed case stuff. … … 331 332 332 333 solaris/VBoxNetFlt-solaris.c_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) 333 endif 334 endif # to be removed. 335 334 336 335 337 ifeq ($(KBUILD_TARGET),linux) … … 356 358 VBoxNetFlt-sh_SOURCES = \ 357 359 $(PATH_VBoxNetFlt-sh)/build_in_tmp \ 358 $(if $(VBOX_OSE),,\ 359 $(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers) 360 $(if $(VBOX_OSE),,$(PATH_ROOT)/src/VBox/HostDrivers/linux/do_Module.symvers) 360 361 VBoxNetFlt-sh_CLEAN = $(PATH_VBoxNetFlt-sh)/build_in_tmp 361 362 362 363 363 includedep $(PATH_TARGET)/VBoxNetFlt-src-1.dep364 $$(PATH_VBoxNetFlt-src)/Makefile: \364 includedep $(PATH_TARGET)/VBoxNetFlt-src-1.dep 365 $$(PATH_VBoxNetFlt-src)/Makefile: \ 365 366 $(PATH_SUB_CURRENT)/linux/Makefile \ 366 367 $$(if $$(eq $$(VBoxNetFlt/linux/Makefile_VBOX_HARDENED),$$(VBOX_WITH_HARDENING)),,FORCE) \ 367 368 | $$(dir $$@) 368 ifndef VBOX_WITH_HARDENING369 ifndef VBOX_WITH_HARDENING 369 370 $(QUIET)$(SED) -e "s;-DVBOX_WITH_HARDENING;;g" --output $@ $< 370 else371 else 371 372 $(QUIET)$(CP) -f $< $@ 372 endif373 endif 373 374 %$(QUIET2)$(RM) -f -- $(PATH_TARGET)/VBoxNetFlt-src-1.dep 374 375 %$(QUIET2)$(APPEND) '$(PATH_TARGET)/VBoxNetFlt-src-1.dep' 'VBoxNetFlt/linux/Makefile_VBOX_HARDENED=$(VBOX_WITH_HARDENING)' 375 376 376 ## Scripts needed for building the kernel modules 377 378 $$(PATH_VBoxNetFlt-sh)/build_in_tmp: \ 377 # Script needed for building the kernel module 378 $$(PATH_VBoxNetFlt-sh)/build_in_tmp: \ 379 379 $(PATH_ROOT)/src/VBox/HostDrivers/linux/build_in_tmp \ 380 380 $(VBOX_VERSION_STAMP) \ … … 384 384 $(QUIET)chmod 0755 $@ 385 385 386 $$(PATH_VBoxNetFlt-src)/dkms.conf: \ 386 # Script needed for building the kernel module 387 $$(PATH_VBoxNetFlt-src)/dkms.conf: \ 387 388 $(PATH_SUB_CURRENT)/linux/dkms.conf \ 388 389 $(VBOX_VERSION_STAMP) \
Note:
See TracChangeset
for help on using the changeset viewer.