drivers: memory: Add missing FORCE for generation of emif-asm-offsets
According to Documentation/kbuild/makefiles.txt all build targets using
if_changed should use FORCE as well. Add missing FORCE to make sure
emif-asm-offsets targets are rebuilt properly. Additionally, add
emif-asm-offsets.s to the $(target) list as described in the same
document to avoid it being built when unnecessary.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>