Remove redundant comments.

This commit is contained in:
Russel Winder
2009-08-28 09:23:56 +01:00
parent 9033503283
commit 187b70a829

View File

@@ -19,8 +19,6 @@
Import('environment')
# The fixed sources and easily selected ones.
sources = \
Glob('api/*.[cS]') + \
Glob('generic/*.[cS]') + \
@@ -30,8 +28,6 @@ sources = \
Glob('glue/' + environment['ARCH'] + '/*.[cS]') + \
Glob('platform/' + environment['PLATFORM'] + '/*.[cS]')
# The not so easily selected sources.
for item in environment['driverList'] :
sources += Glob('drivers/' + item + '/*.[cS]')