Files
vxWorks/h/make/config/comps/usb/defs.docs
2025-08-20 18:25:46 +08:00

36 lines
1.2 KiB
Plaintext

# defs.docs - makefile fragment for specifying documentation parameters
#
# modification history
# --------------------
# 01c,25may05,kkz Updating doc locations
# 01b,29apr05,kkz Updating docs directory path
# 01a,28oct04,tpw created
#
# DESCRIPTION
# This file contains settings to configure the documentation build for the
# USB component. It is expected that the variable DOC_AREA_USB be set to one
# of 'usb', 'usb2', or 'usb_drivers' before including this file.
include $(WIND_BASE)/target/h/make/config/defs.version
ifeq ($(KERNEL_MAJOR_VERSION),6)
DOC_DIR = $(DOCS_ROOT)/com.windriver.ide.doc.wr_usb/wr_usb_kernel_api_reference_2.2
DOC_BOOK = Wind_River_USB_2.2
DOC_CHAPTER = Wind_River_USB_API
# These lines separaed the USB parts into separate chapters and directories.
# No longer needed (but left for reference just in case)
#DOC_DIR = $(DOCS_ROOT)/com.windriver.ide.doc.wr_usb/wr_usb_kernel_api_reference_2.2/$(DOC_AREA_USB)
#ifeq ($(DOC_AREA_USB),usb)
#DOC_CHAPTER = Wind_River_USB_API
#endif
#ifeq ($(DOC_AREA_USB),usb2)
#DOC_CHAPTER = Wind_River_USB2_API
#endif
#ifeq ($(DOC_AREA_USB),usb_drivers)
#DOC_CHAPTER = Wind_River_USB_Drivers_API
#endif
#
endif