commit | 95bb89c1ab09b36ffc27b67f24181924afeddfef | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel@collabora.com> | Sat May 25 19:19:41 2019 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 11 10:42:48 2019 +0200 |
tree | c5f802e12801a8e645d75b3cb07569f11a069337 | |
parent | 29a4cae9470b687b42bfad29a42b42c9e519c94a [diff] |
wandboard: Rework Makefile to prevent spl.o from being built The spl.c source was entirely conditioned by CONFIG_SPL_BUILD. Change this moving CONFIG_SPL_BUILD to be used in the Makefile, which is slightly cleaner and more readable. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>