⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 移植到2410开发板上的源代码
💻
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -