代码搜索:modules
找到约 10,000 项符合「modules」的源代码
代码结果 10,000
www.eeworm.com/read/104466/15691512
texi hooks.texi
\input texinfo @c -*- texinfo -*-
@settitle Video Hook Documentation
@titlepage
@sp 7
@center @titlefont{Video Hook Documentation}
@sp 3
@end titlepage
@chapter Introduction
The video hook functi
www.eeworm.com/read/391005/8428515
readme
1.修改新内核,添加新的系统调用
2.编译生成新的内核
make menuconfig
make dep
make bzImage
make modules
make modules_install
make install
3.启动进入新的内核
4.编译应用新系统调用的程序: xtdy.c
gcc -I/usr/src/linux-2.4new/include
www.eeworm.com/read/181701/9240500
makefile
#############################################################################
# Makefile for 'SN9C10x PC Camera Controllers' driver for Linux #
#
www.eeworm.com/read/457118/7333975
makefile
#Makefile
ifneq ($(KERNELRELEASE),)
obj-m := cmps03.o tpa81.o
else
KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
install:
$(MA
www.eeworm.com/read/442904/7642574
makefile
#
ifneq ($(KERNELRELEASE),)
# call from kernel build system
obj-m := drcom.o
EXTRA_CFLAGS := -I$(src)/../include
else
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
www.eeworm.com/read/441865/7663626
makefile
#
ifneq ($(KERNELRELEASE),)
# call from kernel build system
obj-m := drcom.o
EXTRA_CFLAGS := -I$(src)/../include
else
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
www.eeworm.com/read/308230/13705707
makefile
#
ifneq ($(KERNELRELEASE),)
# call from kernel build system
obj-m := drcom.o
EXTRA_CFLAGS := -I$(src)/../include
else
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
www.eeworm.com/read/148153/5717894
in makefile.in
#
# $Id: Makefile.in,v 1.27.2.5 2005/06/09 16:35:36 nbk Exp $
#
include ../../Make.inc
SERVER_OBJS = radiusd.o files.o util.o acct.o nas.o log.o valuepair.o \
version.o proxy.o exec.o auth.o tim
www.eeworm.com/read/138890/5813254
in makefile.in
#
# $Id: Makefile.in,v 1.27.2.5 2005/06/09 16:35:36 nbk Exp $
#
include ../../Make.inc
SERVER_OBJS = radiusd.o files.o util.o acct.o nas.o log.o valuepair.o \
version.o proxy.o exec.o auth.o tim