blob: 068522cb9e010d3fa09455dcef52fe03443fb8c6 [file] [log] [blame]
Simon Glassfb1451b2022-04-24 23:31:24 -06001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright 2021 Google LLC
4
5obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o
Simon Glass44ad35a2022-10-20 18:23:03 -06006obj-$(CONFIG_FIT) += image.o
Eddie James5999ea22023-10-24 10:43:51 -05007obj-$(CONFIG_MEASURED_BOOT) += measurement.o
Simon Glass0917f772022-07-30 15:52:34 -06008
Simon Glassfe93c142023-01-06 08:52:39 -06009obj-$(CONFIG_EXPO) += expo.o
Simon Glassf80ebb22023-08-14 16:40:26 -060010obj-$(CONFIG_CEDIT) += cedit.o
Simon Glassfe93c142023-01-06 08:52:39 -060011
Simon Glass0917f772022-07-30 15:52:34 -060012ifdef CONFIG_OF_LIVE
13obj-$(CONFIG_BOOTMETH_VBE_SIMPLE) += vbe_simple.o
14endif
Simon Glassae0bf222022-10-11 09:47:20 -060015obj-$(CONFIG_BOOTMETH_VBE) += vbe_fixup.o