summaryrefslogtreecommitdiff
path: root/src/dev/x86/south_bridge/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/south_bridge/SConscript')
-rw-r--r--src/dev/x86/south_bridge/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dev/x86/south_bridge/SConscript b/src/dev/x86/south_bridge/SConscript
index a7cb77b9b..d01106c5c 100644
--- a/src/dev/x86/south_bridge/SConscript
+++ b/src/dev/x86/south_bridge/SConscript
@@ -1,6 +1,6 @@
# -*- mode:python -*-
-# Copyright (c) 2006 The Regents of The University of Michigan
+# Copyright (c) 2008 The Regents of The University of Michigan
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -40,3 +40,5 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
Source('i8254.cc')
Source('i8259.cc')
Source('speaker.cc')
+
+ TraceFlag('PCSpeaker')