]> rtime.felk.cvut.cz Git - omk.git/blob - TODO
Added news to web page
[omk.git] / TODO
1 * Fix behaviour vith -j flag. $(MAKE) must be a separate command.
2 * Separate CFLAGS logic to standalone snippet
3   * Variable PREPROCESS_ONLY for running only preprocessor
4 * Add something like SYS_LIBS and SYS_OBJ (or DEFAULT_LIBS...). These
5    could be defined in board config (or arch config TODO) and will
6    specify the names of libraries which are loaded by default. It will
7    be like exception handlink, system_stub etc. If these are not
8    needed, linker will not include them.
9 * Add SUBDIRS_OPT variable to Makefile.omk. It will descent to the
10    specified directories only if the directory exists. In case of
11    non-existing directory, no error is produced.