mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 22:27:15 +08:00
8 lines
209 B
Python
8 lines
209 B
Python
from sys import path
|
|
from os.path import abspath
|
|
path.append(abspath('../common/'))
|
|
|
|
from waf import cmd_configure as configure
|
|
from waf import cmd_build_images as build
|
|
from waf import cmd_options as options
|