Simon Glass | b255efc | 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 | c8d3721 | 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 | ||||
Simon Glass | 49efb06 | 2022-10-11 09:47:20 -0600 | [diff] [blame] | 10 | obj-$(CONFIG_BOOTMETH_VBE) += vbe_fixup.o |