#!/usr/bin/env python
# $OpenBSD: SCsub,v 1.1 2020/09/06 10:34:19 thfr Exp $

Import('env')

env.add_source_files(env.drivers_sources, "*.cpp")
