Hello, If I have Assembler source files in a kernel module. Where should I place names of Assembler source files in a port's Makefile?
If I place them to Makefile's SRCS variable, then they are compiled with "as", but that Assembler source files "#include <machine/asmacros.h>" and "as" can't compile such Assembler sources. Currently I specify assembler.o in OBJS and manually write target assembler.o, which builds assembler.o with "${CC} -x assembler-with-cpp ...". Is there standard method for compiling Assembler source files in a kernel module? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message