gnumakefile

来自「带SD卡的LINUX根文件系统. 在ARM上应用」· 代码 · 共 28 行

TXT
28
字号
# $Id: GNUmakefile,v 1.3 2002/09/13 14:38:58 dwmw2 Exp $ifndef CONFIG_MTD# We're being invoked outside a normal kernel build. Fake itCONFIG_MTD_NAND := mCONFIG_MTD_NAND_ECC := m# CONFIG_MTD_NAND_SPIA := m# CONFIG_MTD_NAND_AUTCPU12 := mCFLAGS_nand.o := -DCONFIG_MTD_NAND_ECCendif# 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 + =
减小字号Ctrl + -
显示快捷键?