Kernal里的文件最终编译到哪里去了,在system的哪个目录下?
比如我想知道
kernel/drivers/media/video/msm/msm_camera.c这个文件最终是在哪个so,ko,还是bin里?
在makefile中只有:
obj-$(CONFIG_MSM_CAMERA) += msm_camera.o msm_v4l2.o msm_axi_qos.o
kconfig:
config OV2655
bool "Sensor OmniVision OV2655 (2M)"
depends on MSM_CAMERA
default y
---help---
  OmniVision 2M Sensor并没有指明最终链接到哪个文件?