makefile
来自「onmivision 摄相头模块驱动程序,blackfin 平台参考设计.」· 代码 · 共 15 行
TXT
15 行
## Makefile for ACP Modem (Mwave).## See the README file in this directory for more info. <paulsch@us.ibm.com>#obj-$(CONFIG_OV_MISC) += ov_sensor.o #driver_sc23b-objs := driver_sc23b.o bf53x_spi.o# To have the mwave driver disable other uarts if necessary# EXTRA_CFLAGS += -DMWAVE_FUTZ_WITH_OTHER_DEVICES# To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:#EXTRA_CFLAGS += -DMW_TRACE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?