代码搜索:modules
找到约 10,000 项符合「modules」的源代码
代码结果 10,000
www.eeworm.com/read/261889/11617451
makefile
# $Id: Makefile 463 2004-05-18 01:47:51Z mcgrof $
KVER := $(shell uname -r)
#KDIR := /lib/modules/$(KVER)/build############内核源代码根目录,可以自行修改
KDIR := /linux-2.6.17
KMISC
www.eeworm.com/read/261889/11617633
bak makefile.bak
# $Id: Makefile 463 2004-05-18 01:47:51Z mcgrof $
KVER := $(shell uname -r)
KDIR := /lib/modules/$(KVER)/build############内核源代码根目录,可以自行修改,有linux操作系统时使用
#KDIR := ../../../..
www.eeworm.com/read/386145/8762995
sh vm301.sh
#
# Load the needed modules for the zc301 driver.
#
# you may need these commented out lines if your insmod is too old.
#IS24=`uname -r | grep -c ^2.2`
#
#if [ $IS24 == "1" ]
#then
#insmod /lib/modul
www.eeworm.com/read/195484/8150157
am makefile.am
## Process this file with automake to create Makefile.in.
SUBDIRS = \
arabic \
basic \
hangul \
hebrew \
indic \
khmer \
syriac \
thai \
tibetan
EXTRA_DIST = \
Module
www.eeworm.com/read/291673/8403741
mk rules.mk
# Global defaults
CFLAGS = -O3 -Wall -Wstrict-prototypes -pipe
COFLAGS = -kv
YFLAGS = -d
%.c %.h : %.y
$(YACC) $(YFLAGS) $<
mv y.tab.c $*.c
mv y.tab.h $*.h
%.s : %.c
$(CC) $(CFLAGS) $(CPPFLAGS)
www.eeworm.com/read/287013/8732498
mk rules.mk
# Global defaults
CFLAGS = -O3 -Wall -Wstrict-prototypes -pipe
COFLAGS = -kv
YFLAGS = -d
%.c %.h : %.y
$(YACC) $(YFLAGS) $<
mv y.tab.c $*.c
mv y.tab.h $*.h
%.s : %.c
$(CC) $(CFLAGS) $(CPPFLAGS)
www.eeworm.com/read/167410/9969309
mk rules.mk
# Global defaults
CFLAGS = -O3 -Wall -Wstrict-prototypes -pipe
COFLAGS = -kv
YFLAGS = -d
%.c %.h : %.y
$(YACC) $(YFLAGS) $<
mv y.tab.c $*.c
mv y.tab.h $*.h
%.s : %.c
$(CC) $(CFLAGS) $(CPPFLAGS)