Changeset 63535 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Aug 16, 2016 10:16:46 AM (8 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Makefile.kmk
r62490 r63535 39 39 ifdef VBOX_WITH_NETADP 40 40 include $(PATH_SUB_CURRENT)/VBoxNetAdp/Makefile.kmk 41 else42 41 endif 42 endif 43 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris) 44 include $(PATH_SUB_CURRENT)/adpctl/Makefile.kmk 43 45 endif 44 46 if1of ($(KBUILD_TARGET), darwin freebsd linux) -
trunk/src/VBox/HostDrivers/adpctl/Makefile.kmk
r62534 r63535 18 18 # 19 19 20 SUB_DEPTH = ../../.. 20 SUB_DEPTH = ../../../.. 21 21 include $(KBUILD_PATH)/subheader.kmk 22 22
Note:
See TracChangeset
for help on using the changeset viewer.