summaryrefslogtreecommitdiff
path: root/core/plat/linux
diff options
context:
space:
mode:
authorruki <[email protected]>2017-12-10 20:20:45 +0800
committerruki <[email protected]>2017-12-10 20:20:45 +0800
commit38403a6d851e790eb78feddf97f6c2733f59b05f (patch)
tree4ed2287f012794722ea021329be517a85a073a5d /core/plat/linux
parentff1bded2e07e9c4cf1f3865b40f8164da6287586 (diff)
update some autogen codes for luajit
Diffstat (limited to 'core/plat/linux')
-rw-r--r--core/plat/linux/prefix.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plat/linux/prefix.mak b/core/plat/linux/prefix.mak
index 1dc7f0a33..9388f5895 100644
--- a/core/plat/linux/prefix.mak
+++ b/core/plat/linux/prefix.mak
@@ -13,7 +13,7 @@ LIB_SUFFIX = .a
DLL_PREFIX = lib
DLL_SUFFIX = .so
-ASM_SUFFIX = .s
+ASM_SUFFIX = .S
# prefix
PRE_ := $(if $(BIN),$(BIN)/$(PRE),)