diff --git a/src/SConscript b/src/SConscript index 711a559..d016ba7 100644 --- a/src/SConscript +++ b/src/SConscript @@ -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]')