⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 linux驱动开发comedi的一些例子
💻 AM
字号:
## Process this file with automake to produce Makefile.in@SET_MAKE@noinst_LIBRARIES = libDA.aCFLAGS =  -D__KERNEL__ -DMODULE -D__RT__ -static @CFLAGS@# Change this line according with your COMEDI installationCOMEDI= /root/comedi/comedi-0.7.44INCLUDES = -I$(top_srcdir)/include \	-I$(top_srcdir)/user \	-I$(top_srcdir)/non_rt_tasks/toolbox \	-I$(COMEDI)/include -I$(COMEDI)/comedi # for comedi.h and comedi_module.h# Change the following source file name(s) to reflect your# AD board configurationlibDA_a_SOURCES = COMEDI_DA.c

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -