Fix syntax error in defaults.py.
Change-Id: I149c46e7541af16856264b7f826981ce0d33290b
This commit is contained in:
parent
441d7608b7
commit
db7c59df6c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ kernel_default_arch_macros = {
|
|||
|
||||
# Replace tokens in the output according to this mapping
|
||||
kernel_token_replacements = {
|
||||
{"asm": "__asm__"},
|
||||
"asm": "__asm__",
|
||||
}
|
||||
|
||||
# this is the set of known static inline functions that we want to keep
|
||||
|
|
Loading…
Reference in a new issue