SConscript (11308:7d8836fd043d) | SConscript (11696:80c30bd0c7d6) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 57 unchanged lines hidden (view full) --- 66 ''') 67 68# Set up this directory to support switching headers 69make_switching_dir('arch', isa_switch_hdrs, env) 70 71if env['BUILD_GPU']: 72 gpu_isa_switch_hdrs = Split(''' 73 gpu_decoder.hh | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 57 unchanged lines hidden (view full) --- 66 ''') 67 68# Set up this directory to support switching headers 69make_switching_dir('arch', isa_switch_hdrs, env) 70 71if env['BUILD_GPU']: 72 gpu_isa_switch_hdrs = Split(''' 73 gpu_decoder.hh |
74 gpu_isa.hh |
|
74 gpu_types.hh 75 ''') 76 77 make_gpu_switching_dir('arch', gpu_isa_switch_hdrs, env) 78 79################################################################# 80# 81# Include architecture-specific files. --- 127 unchanged lines hidden --- | 75 gpu_types.hh 76 ''') 77 78 make_gpu_switching_dir('arch', gpu_isa_switch_hdrs, env) 79 80################################################################# 81# 82# Include architecture-specific files. --- 127 unchanged lines hidden --- |