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

📄 makefile

📁 基于pxa270的touch screen的源码
💻
字号:
## Makefile for misc devices that really don't fit anywhere else.## 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 := misc.oexport-objs			:= mcp-core.o mcp-sa1100.o mcp-pxa.o \				   ucb1x00-core.o obj-$(CONFIG_MCP_SA1100)	+= mcp-core.o mcp-sa1100.oobj-$(CONFIG_MCP_UCB1200)	+= ucb1x00-core.oobj-$(CONFIG_MCP_UCB1200_AUDIO)	+= ucb1x00-audio.oobj-$(CONFIG_MCP_UCB1200_TS)	+= ucb1x00-ts.oobj-$(CONFIG_MCP_UCB1400_TS)	+= mcp-pxa.o ucb1x00-core.o obj-$(CONFIG_GUI_TINYX)		+= ucb1400_ts_tinyx.oobj-$(CONFIG_GUI_QTOPIA)	+= ucb1x00-ts.oobj-$(CONFIG_PXA_CERF_PDA)	+= cerf_ucb1400gpio.oinclude $(TOPDIR)/Rules.makefastdep:

⌨️ 快捷键说明

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