diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-08-24 14:00:54 +0100 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2017-08-29 21:10:39 +0200 |
commit | 85775013ec49b3d114adfbd618d721247bf1b431 (patch) | |
tree | fd56d009a0c00fb9946a587ebf8b5ddcd0b54a87 /samples/Makefile | |
parent | f01a59ef7ada971698972ec6ecdf4719119bb0ac (diff) |
leds: lp5562: make several arrays static const
Don't populate the arrays on the stack, instead make them static const.
Makes the object code smaller by over 150 bytes:
Before:
text data bss dec hex filename
7725 2448 64 10237 27fd drivers/leds/leds-lp5562.o
After:
text data bss dec hex filename
7184 2832 64 10080 2760 drivers/leds/leds-lp5562.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'samples/Makefile')
0 files changed, 0 insertions, 0 deletions