📄 gnumakefile
字号:
# $Id: GNUmakefile,v 1.4 2001/06/23 19:34:05 dwmw2 Exp $ifndef CONFIG_MTD# We're being invoked outside a normal kernel build. Fake itCONFIG_MTD_DOC1000 := mCONFIG_MTD_DOC2000 := mCONFIG_MTD_DOC2001 := mCONFIG_MTD_DOCPROBE := mCONFIG_MTD_SLRAM := mCONFIG_MTD_PMC551 := mCONFIG_MTD_MTDRAM := mCFLAGS_mtdram.o := -DCONFIG_MTDRAM_TOTAL_SIZE=4096 -DCONFIG_MTDRAM_ERASE_SIZE=128endif# Normal case - build in-kernelifeq ($(VERSION),2) ifneq ($(PATCHLEVEL),4) ifneq ($(PATCHLEVEL),5) OLDTOPDIR := $(TOPDIR) TOPDIR := $(shell pwd)/.. endif endifendifinclude Makefile
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -