Simon Glass | fb1451b | 2022-04-24 23:31:24 -0600 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | # | ||||
3 | # Copyright 2021 Google LLC | ||||
4 | |||||
5 | obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o | ||||
Simon Glass | 0917f77 | 2022-07-30 15:52:34 -0600 | [diff] [blame] | 6 | |
7 | ifdef CONFIG_OF_LIVE | ||||
8 | obj-$(CONFIG_BOOTMETH_VBE_SIMPLE) += vbe_simple.o | ||||
9 | endif |