- Timestamp:
- Aug 16, 2016 10:16:46 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 3 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 -
trunk/src/apps/Makefile.kmk
r62534 r63535 29 29 endif 30 30 endif 31 if1of ($(KBUILD_TARGET),darwin solaris linux freebsd)32 ifneq ($(wildcard $(PATH_SUB_CURRENT)/adpctl),)33 include $(PATH_SUB_CURRENT)/adpctl/Makefile.kmk34 endif35 endif36 31 37 32 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.