makefile

来自「上传linux-jx2410的源代码」· 代码 · 共 12 行

TXT
12
字号
# Makefile for the act2000 ISDN device driver# The target object and module list name.O_TARGET	:= vmlinux-obj.o# Each configuration option enables a list of files.obj-$(CONFIG_ISDN_DRV_ICN)	+= icn.oinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

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