DTrace includes assym.s, to build this we build assym.o, however
this is unneeded as assym.s only contains macros.
Remove the need to build this by removing it from OBJS, but keep assym.s
in the module dependencies.
This fixes the build when there is no assembler, e.g. on arm64 without
the external binutils.