scons: Always build the identity driver.
This commit is contained in:
@@ -112,9 +112,11 @@ Export([
|
|||||||
#######################################################################
|
#######################################################################
|
||||||
# Environment setup
|
# Environment setup
|
||||||
|
|
||||||
# Always build trace driver
|
# Always build trace and identity drivers
|
||||||
if 'trace' not in env['drivers']:
|
if 'trace' not in env['drivers']:
|
||||||
env['drivers'].append('trace')
|
env['drivers'].append('trace')
|
||||||
|
if 'identity' not in env['drivers']:
|
||||||
|
env['drivers'].append('identity')
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
env.Append(CPPPATH = [
|
env.Append(CPPPATH = [
|
||||||
|
Reference in New Issue
Block a user