diff --git a/libcpu/SConscript b/libcpu/SConscript index a3404e0101c1035f692c2b04d1547ed9db1a20ec..a42909e64c448f25d067eebf872ebe4a76795c1b 100644 --- a/libcpu/SConscript +++ b/libcpu/SConscript @@ -4,7 +4,7 @@ from building import * comm = rtconfig.ARCH + '/common' path = rtconfig.ARCH + '/' + rtconfig.CPU -AFLAGS = '' +ASFLAGS = '' # The set of source files associated with this SConscript file. if rtconfig.PLATFORM == 'armcc':