# -*- Mode: Python -*-

import nul
Import('target_env')

target_env.Object("startup.S")
nul.Lib(target_env, 'service', SOURCES = Glob('*.cc'))
