QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1628|回复: 2

请教驱动问题

[复制链接]
发表于 2006-12-25 16:18:39 | 显示全部楼层 |阅读模式
uclinux驱动开发中驱动程序应该放在哪个目录?高手指点一下,
发表于 2006-12-25 17:40:15 | 显示全部楼层
if you want to compile the driver inside kernel the prefer dir is drivers
or you can edit Makefile add something like this:
vmlinux-dirs        := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
                     $(core-y) $(core-m) $(drivers-y) $(drivers-m) \
                     $(net-y) $(net-m) $(libs-y) $(libs-m))) \
>>>>                     /opt/k-guard/project/tmp/local
and the kernel can locate source at that dir
回复

使用道具 举报

 楼主| 发表于 2006-12-26 11:30:38 | 显示全部楼层
如果放在drives目录下是不是就是静态模块??
还有,make dep的时候是在/uClinux-dist-test/linux-2.4.x
目录,还是在uClinux-dist-test目录?make dep的时候出错
在线等....
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 04:43 , Processed in 0.036623 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表