|
Driver porting: compiling external modulesDriver porting: compiling external modulesPosted Mar 9, 2004 18:04 UTC (Tue) by liangjz (guest, #20079)Parent article: Driver porting: compiling external modules I'm trying to port a 2.4 driver to 2.6 and am having trouble getting the makefile to call nasm. In the 2.4 driver, I simply had a build rule that said assembly_stuff.o: assembly_stuff.asm
my_driver-objs := assembly_stuff.o The problem is that the makefile insists that it needs a assembly_stuff.s, presumably to send through GAS. How can I get around this?
(Log in to post comments)
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.