首页 > 代码库 > 内核映像的形成 —— KBuild体系

内核映像的形成 —— KBuild体系

1. http://blog.csdn.net/yunsongice/article/details/6046537

2. http://blog.csdn.net/yunsongice/article/details/6046550

3. http://blog.csdn.net/yunsongice/article/details/6046558

 

kernel/include/media/Kbuild:

header-y += tavarua.hheader-y += radio-iris-commands.hheader-y += msm_camera.hheader-y += vcap_fmt.hheader-y += msm_isp.hheader-y += msm_gemini.hheader-y += msm_gestures.hheader-y += msm_mercury.hheader-y += msm_jpeg.hheader-y += msm_media_info.hheader-y += msm_vidc.hheader-y += msmb_camera.hheader-y += msm_cam_sensor.hheader-y += msmb_isp.hheader-y += msmb_ispif.hheader-y += msmb_generic_buf_mgr.hheader-y += msmb_pproc.h

 

http://blog.csdn.net/tommy_wxie/article/details/7282463

https://www.kernel.org/doc/Documentation/kbuild/makefiles.txt

内核映像的形成 —— KBuild体系