diff options
author | Nico Huber <nico.h@gmx.de> | 2021-04-02 21:20:21 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-06 06:51:29 +0000 |
commit | c48784069f53bfcf0c8f17a934076ad9a022cc4c (patch) | |
tree | 0d642436fe65d99728bb622f9b3e589752546040 /src/mainboard/msi/h81m-p33/Kconfig | |
parent | 3b7b06dfbb8357703d6343b10d44d60faf184cd1 (diff) |
mb/msi/h81m-p33: Put MAINBOARD_DIR in double quotes
Change-Id: I73160985c025cb0945a4ac16c8c3ebb988d3858f
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52065
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/msi/h81m-p33/Kconfig')
-rw-r--r-- | src/mainboard/msi/h81m-p33/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/msi/h81m-p33/Kconfig b/src/mainboard/msi/h81m-p33/Kconfig index 185c340d6c..de21a55a78 100644 --- a/src/mainboard/msi/h81m-p33/Kconfig +++ b/src/mainboard/msi/h81m-p33/Kconfig @@ -17,7 +17,7 @@ config BOARD_SPECIFIC_OPTIONS config MAINBOARD_DIR string - default msi/h81m-p33 + default "msi/h81m-p33" config MAINBOARD_PART_NUMBER string |