sources 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #
  2. # sources file for DFS module
  3. #
  4. LMAC=..
  5. TOP=$(LMAC)\..
  6. INC=$(TOP)\include
  7. HAL=$(TOP)\hal
  8. ATH=$(LMAC)\ath_dev
  9. !IFDEF BUILD_UMAC
  10. MP=$(TOP)\os\win_nwf
  11. INC_MP=$(MP)\include
  12. IF_ATH=$(TOP)\umac\if_lmac
  13. !ELSE
  14. MP=$(TOP)\winvista
  15. INC_MP=$(INC)\winvista
  16. IF_ATH=$(TOP)\if_ath_net80211
  17. !ENDIF
  18. !include $(INC_MP)\sources.inc
  19. TARGETNAME=ath_dfs
  20. TARGETPATH=$(TOP)\lib
  21. TARGETTYPE=LIBRARY
  22. !IFDEF BUILD_HTC
  23. # Put htc include dirs at the head of the list.
  24. # This ensures that the htc/cdf header files will preempt any
  25. # header files of the same names from the regular cdf directories.
  26. INCLUDES= $(INCLUDES) \
  27. $(TOP)\htc\inc; \
  28. $(TOP)\htc\adf\include; \
  29. $(TOP)\htc\adf\winvista\nbuf; \
  30. $(TOP)\htc\adf\winvista\include;
  31. !ENDIF
  32. INCLUDES= $(INCLUDES) \
  33. $(TOP); \
  34. $(ATH); \
  35. $(ATH_DFS); \
  36. $(TOP)\ath\winvista; \
  37. $(TOP)\ath\winvista; \
  38. $(HAL); \
  39. $(HAL)\winvista; \
  40. $(IF_ATH); \
  41. $(INC); \
  42. $(INC_MP); \
  43. $(SDXROOT)\net\inc; \
  44. $(DDK_INC_PATH)
  45. SOURCES=$(SOURCES) \
  46. dfs_staggered.c \
  47. dfs_bindetects.c \
  48. dfs_misc.c \
  49. dfs_debug.c \
  50. dfs_process_radarevent.c \
  51. dfs_process_phyerr.c \
  52. dfs_nol.c \
  53. dfs_ar.c \
  54. dfs_fcc_bin5.c \
  55. dfs_init.c \
  56. dfs.c