代码搜索:linuxkernel
找到约 44 项符合「linuxkernel」的源代码
代码结果 44
www.eeworm.com/read/341377/12088134
makefile
obj-m += hello.o
KDIR := /usr/src/LinuxKernel/linux-2.6.20.1
all:
make ARCH=arm CROSS_COMPILE=arm-linux- -C $(KDIR) M=$(PWD) modules
clean:
make ARCH=arm CROSS_COMPILE=arm-linux- -C /usr/sr
www.eeworm.com/read/479979/6674256
makefile
include ../../build/Rules.make
CC = $(MVTOOL_PREFIX)gcc
CFLAGS = -Wall -O3
CPP_FLAGS = -I$(LINUXKERNEL_INSTALL_DIR)/include -I$(DEV_INCLUDE)
APP = rx
OBJS = rx.o
##################################
www.eeworm.com/read/477240/6323340
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by linuxkernel.rc
//
#define IDD_FORMVIEW 101
#define IDE_SOURCEFILE 1000