Re: [spi-devel-general] changing module from single to multi-file build

2009-10-13 Thread Sam Ravnborg
On Tue, Oct 13, 2009 at 09:24:27AM +0100, Ben Dooks wrote: > I have a driver, drivers/spi/spi_s3c24xx.c in this case that I have > written an FIQ handler for which requires some assembly code. My attempts > at trying to change it so that I can build a single module with both the > C and ASM code li

[spi-devel-general] changing module from single to multi-file build

2009-10-13 Thread Ben Dooks
I have a driver, drivers/spi/spi_s3c24xx.c in this case that I have written an FIQ handler for which requires some assembly code. My attempts at trying to change it so that I can build a single module with both the C and ASM code linked together have not yet been a success. The original makefile b