makefile

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

TXT
28
字号
## Makefile for the Intel PXA250/210 PCMCIA driver## Note! Dependencies are done automagically by 'make dep', which also# removes any old dependencies. DON'T put your own dependencies here# unless it's something special (ie not a .c file).## Note 2! The CFLAGS definitions are now inherited from the# parent makes..O_TARGET := pxa_cs.oexport-objs :=list-multi := pxa_cs.oobj-$(CONFIG_PCMCIA_PXA)	+= pxa_cs.opxa_cs-objs-y				:= pxa.opxa_cs-objs-$(CONFIG_ARCH_LUBBOCK)		+= lubbock.opxa_cs-objs-$(CONFIG_ARCH_PXA_IDP)	+= pxa_idp.opxa_cs-objs-$(CONFIG_ARCH_PXA_CERF)		+= ../sa1100_cerf.oinclude $(TOPDIR)/Rules.makepxa_cs.o: $(pxa_cs-objs-y)	$(LD) -r -o $@ $(pxa_cs-objs-y)

⌨️ 快捷键说明

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