Makefile
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for bsp/src/drv/dma
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,12mar02,dat  SPR 72518 Drivers docs in separate directory
  6. # 01b,12oct01,tam  added repackaging support
  7. # 01a,18jun96,yp   created from 01d of MakeSkel
  8. #
  9. # DESCRIPTION
  10. # This file contains the makefile rules for building the vx library
  11. #
  12. #*/
  13. TGT_DIR=$(WIND_BASE)/target
  14. LIB_BASE_NAME=drv
  15. EXTRA_INCLUDE=-I$(WIND_BASE)/target/h/
  16. OBJS= l64853Dma.o i8237Dma.o
  17. include $(TGT_DIR)/h/make/rules.library
  18. CC_OPTIM=$(CC_OPTIM_DRIVER)
  19. DOC_DIR = $(DOCS_ROOT)/vxworks/ref/drv
  20. DOC_CHAPTER=Driver_Libraries