Package: src:linux

On PPC:

$ apt-get source linux-image-4.5.0-0.bpo.1-powerpc
$ cd linux-4.5.1
$ make oldconfig
$ make modules_prepare
$ make modules SUBDIRS=drivers/gpu/drm/radeon

or equivalent:

$ make drivers/gpu/drm/radeon/radeon.ko

both fails with:

ld: arch/powerpc/lib/crtsavres.o: No such file: No such file or directory

Easy fix is obviously:

$ make arch/powerpc/lib/crtsavres.o

It would be nice to have proper deps setup.

Thanks

Related:
Bug-Debian: #512271
Upstream: https://bugzilla.kernel.org/show_bug.cgi?id=11143

Reply via email to