Fix syntax error in defaults.py.

Change-Id: I149c46e7541af16856264b7f826981ce0d33290b
This commit is contained in:
Steinar H. Gunderson 2011-01-20 00:03:33 +01:00
parent 441d7608b7
commit db7c59df6c

View file

@ -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