Home | History | Annotate | Download | only in build
      1 
      2 #start of OS_DK_INCS_FILES#   do not remove or change this comment
      3 OS_DK_INCS_FILES = \
      4         $(COMMON)/Export_Inc/Ethernet.h \
      5         $(COMMON)/Export_Inc/TI_IPC_Api.h \
      6         $(COMMON)/Export_Inc/paramOut.h \
      7         $(COMMON)/Export_Inc/tiwlnif.h \
      8         $(COMMON)/Export_Inc/STADExternalIf.h \
      9         $(COMMON)/Export_Inc/bssTypes.h \
     10         $(COMMON)/Export_Inc/InternalCmdCodes.h \
     11         $(COMMON)/Export_Inc/coreDefaultParams.h \
     12         $(COMMON)/Export_Inc/TI_Results.h \
     13         $(COMMON)/Export_Inc/privateCmd.h \
     14         $(COMMON)/Export_Inc/p_buffer.h \
     15         $(COMSRC)/Sta_Management/mlmeApi.h \
     16         $(COMSRC)/Sta_Management/healthMonitor.h \
     17         $(COMSRC)/Connection_Managment/rsnApi.h \
     18         $(COMSRC)/Ctrl_Interface/DrvMain.h \
     19         $(COMSRC)/Ctrl_Interface/CmdHndlr.h \
     20         $(COMSRC)/Ctrl_Interface/CmdDispatcher.h \
     21         $(COMSRC)/Ctrl_Interface/CmdInterpret.h \
     22         $(COMSRC)/Ctrl_Interface/EvHandler.h \
     23         $(COMSRC)/Data_link/txDataQueue_Api.h \
     24         $(COMSRC)/Data_link/txMgmtQueue_Api.h \
     25         $(COMSRC)/Ctrl_Interface/DrvMainModules.h \
     26         $(COMSRC)/Application/roamingMngrTypes.h \
     27         $(COMSRC)/Application/scanMngrTypes.h \
     28         $(UTILS)/fsm.h \
     29         $(UTILS)/report.h \
     30         $(UTILS)/utils.h \
     31         $(UTILS)/tidef.h \
     32         $(UTILS)/rate.h \
     33         $(UTILS)/802_11Defs.h \
     34         $(UTILS)/osDot11.h \
     35         $(UTILS)/commonTypes.h \
     36         $(UTILS)/CmdInterfaceCodes.h \
     37         $(UTILS)/tiQosTypes.h \
     38         $(UTILS)/version.h \
     39         $(TWD)/TWDriver/TWDriver.h \
     40         $(TWD)/TWDriver/TWDriverMsr.h \
     41         $(TWD)/TWDriver/TWDriverRate.h \
     42         $(TWD)/TWDriver/TWDriverScan.h \
     43         $(TWD)/TWDriver/Device.h \
     44         $(TWD)/TWDriver/Device1273.h \
     45         $(TWD)/Ctrl/Export_Inc/CmdQueue_api.h \
     46         $(TWD)/MacServices/Export_Inc/MacServices_api.h \
     47         $(TWD)/FW_Transfer/Export_Inc/rxXfer_api.h \
     48         $(TWD)/FW_Transfer/Export_Inc/fwDebug_api.h \
     49         $(TWD)/FirmwareApi/public_descriptors.h \
     50         $(TWD)/FirmwareApi/public_infoele.h \
     51         $(TWD)/FirmwareApi/public_types.h \
     52         $(TWD)/FirmwareApi/public_host_int.h \
     53         $(TWD)/FirmwareApi/public_radio.h \
     54         $(TWD)/FirmwareApi/public_commands.h \
     55         $(TWD)/FirmwareApi/public_event_mbox.h \
     56         $(TWD)/TwIf/TwIf.h \
     57         $(TXN)/BusDrv.h \
     58         $(TXN)/TxnQueue.h \
     59 	$(EXT_APP)/Linux/bmtrace/Export_Inc \
     60         $(TESTSRC)/debug.h
     61 
     62 #start of OS_DK_INCS_FILES_XCC#   do not remove or change this comment
     63 ifeq ($(XCC),y)
     64     OS_DK_INCS_FILES_XCC = \
     65         $(COMMON)/Export_Inc/XCC/paramOutXCC.h \
     66         $(UTILS)/XCC/osDot11XCC.h
     67 
     68     OS_DK_INCS_FILES += $(OS_DK_INCS_FILES_XCC)
     69 endif
     70 #end of OS_DK_INCS_FILES_XCC#   do not remove or change this comment
     71 
     72 #start of OS_DK_INCS_FILES#   do not remove or change this comment
     73 
     74 
     75 #start of OS_DK_INCS#   do not remove or change this comment
     76 OS_DK_INCS = \
     77         $(COMMON)/Export_Inc \
     78         $(COMSRC)/AirLink_Managment \
     79         $(COMSRC)/Application \
     80         $(COMSRC)/Connection_Managment \
     81         $(COMSRC)/Ctrl_Interface \
     82         $(COMSRC)/Data_link \
     83         $(COMSRC)/Sta_Management \
     84         $(UTILS) \
     85         $(TWD) \
     86         $(TWD)/Ctrl \
     87         $(TWD)/Data_Service/Export_Inc \
     88         $(TWD)/FW_Transfer/Export_Inc \
     89         $(TWD)/Ctrl/Export_Inc \
     90         $(TWD)/MacServices/Export_Inc \
     91         $(TWD)/FirmwareApi \
     92         $(TWD)/TwIf \
     93         $(TWD)/MacServices \
     94         $(TWD)/TWDriver \
     95         $(TESTSRC) \
     96         $(TXN)
     97 
     98 #start of OS_DK_INCS_XCC#   do not remove or change this comment
     99 ifeq ($(XCC),y)
    100     OS_DK_INCS_XCC = \
    101         $(COMMON)/Export_Inc/XCC \
    102         $(COMSRC)/XCC \
    103         $(UTILS)/XCC
    104 
    105         OS_DK_INCS += $(OS_DK_INCS_XCC)
    106 endif
    107 #end of OS_DK_INCS_XCC#   do not remove or change this comment
    108 
    109 #start of OS_DK_INCS#   do not remove or change this comment
    110