common: Makefile: Rule to compile bmp.c
Add rule to compile bmp.c at SPL and u-boot proper when CONFIG_SPL_BMP and CONFIG_BMP are defined. Signed-off-by: Nikhil M Jain <n-jain1@ti.com> Reviewed-by: Devarsh Thakkar <devarsht@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
58182b2db9
commit
d45e1d9967
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ endif # !CONFIG_SPL_BUILD
|
||||||
|
|
||||||
obj-$(CONFIG_$(SPL_TPL_)BOOTSTAGE) += bootstage.o
|
obj-$(CONFIG_$(SPL_TPL_)BOOTSTAGE) += bootstage.o
|
||||||
obj-$(CONFIG_$(SPL_TPL_)BLOBLIST) += bloblist.o
|
obj-$(CONFIG_$(SPL_TPL_)BLOBLIST) += bloblist.o
|
||||||
|
obj-$(CONFIG_$(SPL_)BMP) += bmp.o
|
||||||
|
|
||||||
ifdef CONFIG_SPL_BUILD
|
ifdef CONFIG_SPL_BUILD
|
||||||
ifdef CONFIG_SPL_DFU
|
ifdef CONFIG_SPL_DFU
|
||||||
|
|
Loading…
Reference in a new issue