diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/Kconfig | 2 | ||||
-rw-r--r-- | src/device/oprom/Makefile.inc | 2 | ||||
-rw-r--r-- | src/device/oprom/realmode/Makefile.inc | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index 6096a38b6f..751083cf81 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only menu "Devices" diff --git a/src/device/oprom/Makefile.inc b/src/device/oprom/Makefile.inc index b00b983cf8..15285c7556 100644 --- a/src/device/oprom/Makefile.inc +++ b/src/device/oprom/Makefile.inc @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += x86emu diff --git a/src/device/oprom/realmode/Makefile.inc b/src/device/oprom/realmode/Makefile.inc index d1bf9e6efd..a3c7774ff5 100644 --- a/src/device/oprom/realmode/Makefile.inc +++ b/src/device/oprom/realmode/Makefile.inc @@ -1,5 +1,3 @@ -## -## ## SPDX-License-Identifier: GPL-2.0-only ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86.c |