]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
TODO: add a note about make options
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 5 Feb 2014 12:08:36 +0000 (14:08 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 5 Feb 2014 15:12:12 +0000 (17:12 +0200)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
doc/TODO.txt

index 41d8fc41fbd58800a2a3e4e2f5ed83e523140ec9..d4d829eb93a19ecea4fcfce4248fd635bec05fd9 100644 (file)
@@ -50,3 +50,7 @@ implementing them.
   * Stop carrying own copy of coccinelle. Just use the ones from the
     project kernel tree. This is better because our own copy tend to get
     out-of-date.
+  * We hard-code 'KCFLAGS='-Wno-missing-field-initializers
+    -Wno-sign-compare' and W=1 in 'aiaiai-make-kernel'. This is not that
+    nice. It is better to make these things to be the default value of
+    the -M parameter. The users could disable them or re-define easily.