Changeset 32183 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Sep 1, 2010 3:53:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65467
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r31900 r32183 5 5 6 6 # 7 # Copyright (C) 2008 Oracle Corporation7 # Copyright (C) 2008-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 367 367 VBoxNetFlt-src_SOURCES = $(subst ",,$(VBOX_VBOXNETFLT_SOURCES)) #" 368 368 VBoxNetFlt-src_SOURCES+= \ 369 $(PATH_VBoxNetFlt-src)/dkms.conf \370 369 $(PATH_VBoxNetFlt-src)/Makefile 371 370 VBoxNetFlt-src_CLEAN = \ 372 $(PATH_VBoxNetFlt-src)/dkms.conf \373 371 $(PATH_VBoxNetFlt-src)/Makefile \ 374 372 $(PATH_TARGET)/VBoxNetFlt-src-1.dep … … 403 401 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxnetflt;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $< 404 402 $(QUIET)chmod 0755 $@ 405 406 # Script needed for building the kernel module407 $$(PATH_VBoxNetFlt-src)/dkms.conf: \408 $(PATH_SUB_CURRENT)/linux/dkms.conf \409 $(VBOX_VERSION_STAMP) \410 | $$(dir $$@)411 $(call MSG_TOOL,Creating,,$@)412 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" --output $@ $<413 403 414 404 endif # linux -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
r31245 r32183 6 6 # 7 7 # 8 # Copyright (C) 2006-20 07Oracle Corporation8 # Copyright (C) 2006-2010 Oracle Corporation 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 161 161 endif 162 162 INCL += $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux) 163 INCL += $(addprefix -I$(KBUILD_EXTMOD)/vboxnetflt,/ /include /r0drv/linux) 163 164 export INCL 164 165 endif
Note:
See TracChangeset
for help on using the changeset viewer.