Files
codezero/SConstruct
2009-09-09 17:33:35 +03:00

13 lines
233 B
Python

# -*- mode: python; coding: utf-8; -*-
#
# Codezero -- a microkernel for embedded systems.
#
# Copyright © 2009 B Labs Ltd
#
import os
import configure
if 'configure' in COMMAND_LINE_TARGETS:
cml2_configure("configs/arm.cml")