Files
OpenCellular/common
Vincent Palatin d356dea61e Add modularity to the build
You can now enable/disable tasks more easily.
To conditionally compile a C file depending on the task FOO activation,
just write something like that in the build.mk file :
common-$(CONFIG_TASK_FOO)+=foo_source.o

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>

BUG=None
TEST=make all BOARD=link && make qemu-tests

Change-Id: I760fb248e1599d13190ccd937a68ef47da17b510
2012-01-24 23:17:07 +00:00
..
2012-01-24 23:17:07 +00:00
2011-12-07 19:10:02 +00:00
2011-12-08 16:18:20 -08:00
2012-01-24 23:17:07 +00:00
2011-12-07 19:10:02 +00:00
2011-12-07 19:10:02 +00:00
2012-01-17 12:19:47 -08:00