improve py and mk

This commit is contained in:
zhuiling 2014-09-12 10:30:56 +08:00
parent 9e7a19291c
commit 9913b73cb1

View File

@ -169,7 +169,7 @@ if len(arm64files) > 0:
f.write("endif\n")
f.write("OBJS += $(%s_OBJSARM64)\n\n"%(PREFIX))
f.write("OBJS += $(%s_OBJS)\n\n"%(PREFIX))
f.write("OBJS += $(%s_OBJS)\n\n"%(PREFIX))
write_cpp_rule_pattern(f)
if len(cfiles) > 0: