forked from PAWPAW-Mirror/lib_xua
Add XS1-specific XUD symbol to allow building with the current develop branch of lib_xud
This commit is contained in:
@@ -218,7 +218,14 @@ def build(bld):
|
|||||||
'../../lib_xua/src/hid',
|
'../../lib_xua/src/hid',
|
||||||
'../../../lib_xud/lib_xud/src/user/class']
|
'../../../lib_xud/lib_xud/src/user/class']
|
||||||
|
|
||||||
makefile_opts['XCC_FLAGS'] = ['-O2', '-g', '-Wall', '-DUNITY_SUPPORT_64', '-DUNITY_INCLUDE_DOUBLE', '-DXUD_CORE_CLOCK=600']
|
makefile_opts['XCC_FLAGS'] = ['-O2',
|
||||||
|
'-g',
|
||||||
|
'-Wall',
|
||||||
|
'-DUNITY_SUPPORT_64',
|
||||||
|
'-DUNITY_INCLUDE_DOUBLE',
|
||||||
|
'-DXUD_CORE_CLOCK=600',
|
||||||
|
'-DXUD_SERIES_SUPPORT=4']
|
||||||
|
|
||||||
makefile_opts['APP_NAME'] = [bld.variant]
|
makefile_opts['APP_NAME'] = [bld.variant]
|
||||||
makefile_opts['USED_MODULES'] = depends_on
|
makefile_opts['USED_MODULES'] = depends_on
|
||||||
makefile_opts['XCOMMON_MAKEFILE'] = ['Makefile.common']
|
makefile_opts['XCOMMON_MAKEFILE'] = ['Makefile.common']
|
||||||
|
|||||||
Reference in New Issue
Block a user