]> rtime.felk.cvut.cz Git - omk.git/blobdiff - TODO
Started work on rewriting bin_PROGRAMS handling to kbuild-like .cmd files
[omk.git] / TODO
diff --git a/TODO b/TODO
index a2410890dd66018c1c6505bdf52721f2de8092d0..46d20a6ded7db15cebf6f75cc87bb1a6ef6496e0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,2 +1,11 @@
+* Fix behaviour vith -j flag. $(MAKE) must be a separate command.
 * Separate CFLAGS logic to standalone snippet
-  * Variable PREPROCESS_ONLY for running only preprocessor
\ No newline at end of file
+  * Variable PREPROCESS_ONLY for running only preprocessor
+* Add something like SYS_LIBS and SYS_OBJ (or DEFAULT_LIBS...). These
+   could be defined in board config (or arch config TODO) and will
+   specify the names of libraries which are loaded by default. It will
+   be like exception handlink, system_stub etc. If these are not
+   needed, linker will not include them.
+* Add SUBDIRS_OPT variable to Makefile.omk. It will descent to the
+   specified directories only if the directory exists. In case of
+   non-existing directory, no error is produced.