Changeset 32183 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp
- Timestamp:
- Sep 1, 2010 3:53:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65467
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetAdp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk
r31900 r32183 5 5 6 6 # 7 # Copyright (C) 2009 Oracle Corporation7 # Copyright (C) 2009-2010 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 103 103 VBoxNetAdp-src_SOURCES = $(subst ",,$(VBOX_VBOXNETADP_SOURCES)) #" 104 104 VBoxNetAdp-src_SOURCES+= \ 105 $(PATH_VBoxNetAdp-src)/dkms.conf \106 105 $(PATH_VBoxNetAdp-src)/Makefile 107 106 VBoxNetAdp-src_CLEAN = \ 108 $(PATH_VBoxNetAdp-src)/dkms.conf \109 107 $(PATH_VBoxNetAdp-src)/Makefile \ 110 108 $(PATH_TARGET)/VBoxNetAdp-src-1.dep … … 141 139 $(QUIET)chmod 0755 $@ 142 140 143 $$(PATH_VBoxNetAdp-src)/dkms.conf: \144 $(PATH_SUB_CURRENT)/linux/dkms.conf \145 $(VBOX_VERSION_STAMP) \146 | $$(dir $$@)147 $(call MSG_TOOL,Creating,,$@)148 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" --output $@ $<149 150 141 endif # linux 151 142 -
trunk/src/VBox/HostDrivers/VBoxNetAdp/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 … … 157 157 endif 158 158 INCL += $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux) 159 INCL += $(addprefix -I$(KBUILD_EXTMOD)/vboxnetadp,/ /include /r0drv/linux) 159 160 export INCL 160 161 endif
Note:
See TracChangeset
for help on using the changeset viewer.