mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
skip aarch64_ldaxr_stlxr.cpp build in non aarch64
This commit is contained in:
@@ -659,6 +659,7 @@ path_properties_tuples = (
|
||||
{
|
||||
'aarch64_add.cpp': {'allowed_archs': {'aarch64'}},
|
||||
'aarch64_ldadd.cpp': {'allowed_archs': {'aarch64'}},
|
||||
'aarch64_ldaxr_stlxr.cpp': {'allowed_archs': {'aarch64'}},
|
||||
'x86_64_inc.cpp': {'allowed_archs': {'x86_64'}},
|
||||
'x86_64_lock_inc.cpp': {'allowed_archs': {'x86_64'}},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user