summaryrefslogtreecommitdiff
path: root/wilink_6_1/platforms/os/common/build/linux/os_sources.inc
blob: 7578954a64bfc63473568045830ee479e10778b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109

#start of OS_DK_INCS_FILES#   do not remove or change this comment
OS_DK_INCS_FILES = \
        $(COMMON)/Export_Inc/Ethernet.h \
        $(COMMON)/Export_Inc/TI_IPC_Api.h \
        $(COMMON)/Export_Inc/paramOut.h \
        $(COMMON)/Export_Inc/tiwlnif.h \
        $(COMMON)/Export_Inc/STADExternalIf.h \
        $(COMMON)/Export_Inc/bssTypes.h \
        $(COMMON)/Export_Inc/InternalCmdCodes.h \
        $(COMMON)/Export_Inc/coreDefaultParams.h \
        $(COMMON)/Export_Inc/TI_Results.h \
        $(COMMON)/Export_Inc/privateCmd.h \
        $(COMMON)/Export_Inc/p_buffer.h \
        $(COMSRC)/Sta_Management/mlmeApi.h \
        $(COMSRC)/Sta_Management/healthMonitor.h \
        $(COMSRC)/Connection_Managment/rsnApi.h \
        $(COMSRC)/Ctrl_Interface/DrvMain.h \
        $(COMSRC)/Ctrl_Interface/CmdHndlr.h \
        $(COMSRC)/Ctrl_Interface/CmdDispatcher.h \
        $(COMSRC)/Ctrl_Interface/CmdInterpret.h \
        $(COMSRC)/Ctrl_Interface/EvHandler.h \
        $(COMSRC)/Data_link/txDataQueue_Api.h \
        $(COMSRC)/Data_link/txMgmtQueue_Api.h \
        $(COMSRC)/Ctrl_Interface/DrvMainModules.h \
        $(COMSRC)/Application/roamingMngrTypes.h \
        $(COMSRC)/Application/scanMngrTypes.h \
        $(UTILS)/fsm.h \
        $(UTILS)/report.h \
        $(UTILS)/utils.h \
        $(UTILS)/tidef.h \
        $(UTILS)/rate.h \
        $(UTILS)/802_11Defs.h \
        $(UTILS)/osDot11.h \
        $(UTILS)/commonTypes.h \
        $(UTILS)/CmdInterfaceCodes.h \
        $(UTILS)/tiQosTypes.h \
        $(UTILS)/version.h \
        $(TWD)/TWDriver/TWDriver.h \
        $(TWD)/TWDriver/TWDriverMsr.h \
        $(TWD)/TWDriver/TWDriverRate.h \
        $(TWD)/TWDriver/TWDriverScan.h \
        $(TWD)/TWDriver/Device.h \
        $(TWD)/TWDriver/Device1273.h \
        $(TWD)/Ctrl/Export_Inc/CmdQueue_api.h \
        $(TWD)/MacServices/Export_Inc/MacServices_api.h \
        $(TWD)/FW_Transfer/Export_Inc/rxXfer_api.h \
        $(TWD)/FW_Transfer/Export_Inc/fwDebug_api.h \
        $(TWD)/FirmwareApi/public_descriptors.h \
        $(TWD)/FirmwareApi/public_infoele.h \
        $(TWD)/FirmwareApi/public_types.h \
        $(TWD)/FirmwareApi/public_host_int.h \
        $(TWD)/FirmwareApi/public_radio.h \
        $(TWD)/FirmwareApi/public_commands.h \
        $(TWD)/FirmwareApi/public_event_mbox.h \
        $(TWD)/TwIf/TwIf.h \
        $(TXN)/BusDrv.h \
        $(TXN)/TxnQueue.h \
	$(EXT_APP)/Linux/bmtrace/Export_Inc \
        $(TESTSRC)/debug.h

#start of OS_DK_INCS_FILES_XCC#   do not remove or change this comment
ifeq ($(XCC),y)
    OS_DK_INCS_FILES_XCC = \
        $(COMMON)/Export_Inc/XCC/paramOutXCC.h \
        $(UTILS)/XCC/osDot11XCC.h

    OS_DK_INCS_FILES += $(OS_DK_INCS_FILES_XCC)
endif
#end of OS_DK_INCS_FILES_XCC#   do not remove or change this comment

#start of OS_DK_INCS_FILES#   do not remove or change this comment


#start of OS_DK_INCS#   do not remove or change this comment
OS_DK_INCS = \
        $(COMMON)/Export_Inc \
        $(COMSRC)/AirLink_Managment \
        $(COMSRC)/Application \
        $(COMSRC)/Connection_Managment \
        $(COMSRC)/Ctrl_Interface \
        $(COMSRC)/Data_link \
        $(COMSRC)/Sta_Management \
        $(UTILS) \
        $(TWD) \
        $(TWD)/Ctrl \
        $(TWD)/Data_Service/Export_Inc \
        $(TWD)/FW_Transfer/Export_Inc \
        $(TWD)/Ctrl/Export_Inc \
        $(TWD)/MacServices/Export_Inc \
        $(TWD)/FirmwareApi \
        $(TWD)/TwIf \
        $(TWD)/MacServices \
        $(TWD)/TWDriver \
        $(TESTSRC) \
        $(TXN)

#start of OS_DK_INCS_XCC#   do not remove or change this comment
ifeq ($(XCC),y)
    OS_DK_INCS_XCC = \
        $(COMMON)/Export_Inc/XCC \
        $(COMSRC)/XCC \
        $(UTILS)/XCC

        OS_DK_INCS += $(OS_DK_INCS_XCC)
endif
#end of OS_DK_INCS_XCC#   do not remove or change this comment

#start of OS_DK_INCS#   do not remove or change this comment