Changeset 22568 in vbox
- Timestamp:
- Aug 28, 2009 8:48:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r22561 r22568 1388 1388 RuntimeR0Drv_INCS.freebsd += $(PATH_RuntimeR0Drv) 1389 1389 1390 if eq ($(KBUILD_TARGET),freebsd)1390 if "$(KBUILD_TARGET)" == "freebsd" && $(intersects RuntimeR0Drv,$(LIBRARIES)) 1391 1391 # 1392 1392 # FreeBSD: Generate bus and device interface headers. … … 1411 1411 $(QUIET)$(VBOX_AWK) -f $(VBOX_FREEBSD_SRC)/tools/makeobjops.awk $(PATH_RuntimeR0Drv)/device_if.m -h -p 1412 1412 $(QUIET)$(RM) $(PATH_RuntimeR0Drv)/device_if.m 1413 endif # FreeBSD 1413 endif # FreeBSD + RuntimeR0Drv being built. 1414 1414 1415 1415 RuntimeR0Drv_SOURCES.solaris = \
Note:
See TracChangeset
for help on using the changeset viewer.