summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-04-20 11:02:00 +0200
committerJohn Ogness <john.ogness@linutronix.de>2018-04-20 11:02:00 +0200
commitb616b4946b578b756281d6e77b19fc0c1ae59699 (patch)
tree6ba5774e7bbe2a91fcacfba25b8174e2d0257a10 /README
parentaf2b1ff9b0863f4561e67899d18117bb8555f1b2 (diff)
docs: add more known issues
A clean must be performed when the theme is switched and incremental building does not work if printouts are enabled. Add this information to the README. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index bbc22c8..6809ffb 100644
--- a/README
+++ b/README
@@ -58,3 +58,8 @@ Known Issues
~~~~~~~~~~~~
* Building in parallel using `-j` is not supported.
+
+ * A `make clean` must be performed if the theme is changed.
+
+ * If printouts are enabled, incremental building does not work,
+ i.e. a full rebuild occurs every time on `make`.