mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Remove redundant comments.
This commit is contained in:
@@ -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]')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user