- 论坛徽章:
- 0
|
arm@debian:~/kernel/linux-2.6.14.1$ make uImage
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/compile.h
CHK usr/initramfs_list
make[2]: *** No rule to make target `sound/oss/s3c2410_uda1341.o', needed by `sound/oss/built-in.o'. Stop.
make[1]: *** [sound/oss] Error 2
make: *** [sound] Error 2
我已经在sound/oss/下Makefile里加入
Obj-$(CONFIG_S3C2410_UDA1341)+= s3c2410_uda1341.o
同时修改Kconfig
config S3C2410_UDA1341
tristate "S3C2410 UDA1341 driver (S3C2410)"
depends on SOUND_PRIME!=n && SOUND && ARM && ARCH_SMDK2410
可是却不行 想了好久也没能解决 |
|