diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-01-08 13:58:10 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-01-24 21:06:22 +0000 |
commit | 0be419947eca04967a9f36d1f843026534cc3569 (patch) | |
tree | db00cd29fbb45cc450b2dbb6092fa37ef9f0704d /src/mainboard/dell | |
parent | 37eb24be1585a76b293999df43e9a83af7d7ba09 (diff) |
arch/x86: Use wildcard for mb/smihandler.c
Change-Id: I306f8cd74af62c0cd30f445d20c47f774f122481
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49247
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/dell')
-rw-r--r-- | src/mainboard/dell/optiplex_9010/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/dell/optiplex_9010/Makefile.inc b/src/mainboard/dell/optiplex_9010/Makefile.inc index 7a8a68423a..964a7af97a 100644 --- a/src/mainboard/dell/optiplex_9010/Makefile.inc +++ b/src/mainboard/dell/optiplex_9010/Makefile.inc @@ -1,7 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -smm-y += smihandler.c - bootblock-y += gpio.c romstage-y += gpio.c |