builtin

来自「用于三星S3C2440A和S3C24A0A的VGA或SXGA驱动程序」· 代码 · 共 23 行

TXT
23
字号
---------------------------------------------------2004 (C) Samsung ElectronicsAuthor :SW.LEE <hitchcar@sec.samsung.com>--------------------------------------------------- If you want to insert MiscDriver into your kerneldo as the following:1. open driver/char/Makefile for editing.2. insert the below 3 lines        ---------------------------------------------        mod-subdirs     += MiscDriver        subdir-y        += MiscDriver        obj-y           += MiscDriver/fimc20camera.o        ---------------------------------------------3.         SHELL> cp -a MiscDriver  linux/driver/char/        SHELL> cd linux/driver/char/MiscDriver        SHELL> cp Makefile.BuiltIn Makefile4  Now you can make "zImage" which contains the built-in camera drivers.

⌨️ 快捷键说明

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