make all of the turbolaser stuff only compile if ALPHA_TLASER

is defined.

build/SConstruct:
    Default ALPHA_TLASER to false
dev/uart8250.cc:
    fix paths

--HG--
extra : convert_revision : 3616b5b4b9060860a73568a4ed4f1e8eb991938f
This commit is contained in:
Nathan Binkert
2005-06-05 01:24:17 -04:00
parent 8f1348a21d
commit 3e5e3e2d28
5 changed files with 51 additions and 42 deletions

View File

@@ -10,6 +10,7 @@ class Uart(PioDevice):
class Uart8250(Uart):
type = 'Uart8250'
class Uart8530(Uart):
type = 'Uart8530'
if build_env['ALPHA_TLASER']:
class Uart8530(Uart):
type = 'Uart8530'