commit | e2146d8650764638784205cf51378f01bbd098b6 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Jun 02 18:41:52 2016 +0200 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Jun 28 10:22:05 2016 +0200 |
tree | 52e72abdc548d1ee666bad0a9a4e3a98b15359c0 | |
parent | 2ea879a7cf544e05c7cd0bfd569857ec2a8a75a9 [diff] |
clocksource/drivers/armv7m_systick: Add the COMPILE_TEST option In order to increase the compilation test coverage, add the COMPILE_TEST so the driver can be compiled even if it does not belong to the platform or the architecture. The io.h header inclusion is also added as it the driver does not compile on UM platform. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>