src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / mainboard / lippert / toucan-af / Makefile.inc
blob60bf17125c9cbed15e5ca8dc780a8eacf4870c4c
2 # This file is part of the coreboot project.
5 # SPDX-License-Identifier: GPL-2.0-only
7 ifeq ($(CONFIG_AHCI_BIOS),y)
8 stripped_ahcibios_id = $(call strip_quotes,$(CONFIG_AHCI_BIOS_ID))
9 cbfs-files-$(CONFIG_AHCI_BIOS) += pci$(stripped_ahcibios_id).rom
10 pci$(stripped_ahcibios_id).rom-file := $(call strip_quotes,$(CONFIG_AHCI_BIOS_FILE))
11 pci$(stripped_ahcibios_id).rom-type := optionrom
12 endif
14 bootblock-y += bootblock.c
16 romstage-y += buildOpts.c
17 romstage-y += BiosCallOuts.c
18 romstage-y += OemCustomize.c
20 ramstage-y += buildOpts.c
21 ramstage-y += BiosCallOuts.c
22 ramstage-y += OemCustomize.c
24 # Minimal SEMA watchdog support
25 romstage-y += ../frontrunner-af/sema.c
26 ramstage-y += ../frontrunner-af/sema.c