defining SYSTEM_EV5 isn't all that necessary
--HG-- extra : convert_revision : 7d39dd9f814434cb95ec769204d7f2426b0290fd
This commit is contained in:
@@ -93,7 +93,7 @@ def AlphaConfig(env):
|
||||
def KernelConfig(env):
|
||||
env.Replace(TARGET_ISA = 'alpha')
|
||||
env.Replace(FULL_SYSTEM = True)
|
||||
env.Append(CPPDEFINES = ['FULL_SYSTEM', 'SYSTEM_EV5'])
|
||||
env.Append(CPPDEFINES = ['FULL_SYSTEM'])
|
||||
|
||||
# Base configurations map.
|
||||
configs_map = {
|
||||
|
||||
Reference in New Issue
Block a user