@@ -104,22 +104,22 @@ config SEABIOS_BOOTORDER_FILE
104104
105105config SEABIOS_BOOTORDER_MAP_FILE
106106 string "SeaBIOS bootorder_map file"
107- default "$(top)/src/mainboard/$(MAINBOARDDIR)/bootorder_map_apu5" if BOARD_PCENGINES_APU5
108- default "$(top)/src/mainboard/$(MAINBOARDDIR)/bootorder_map"
107+ default "\ $(top)/src/mainboard/\ $(MAINBOARDDIR)/bootorder_map_apu5" if BOARD_PCENGINES_APU5
108+ default "\ $(top)/src/mainboard/\ $(MAINBOARDDIR)/bootorder_map"
109109 help
110110 Determine mapping of keystrokes to group of positions in bootorder
111111
112112config SEABIOS_BOOTORDER_DEF_FILE
113113 string "SeaBIOS bootorder_def file"
114- default "$(top)/src/mainboard/$(MAINBOARDDIR)/bootorder_def_apu5" if BOARD_PCENGINES_APU5
115- default "$(top)/src/mainboard/$(MAINBOARDDIR)/bootorder_def"
114+ default "\ $(top)/src/mainboard/\ $(MAINBOARDDIR)/bootorder_def_apu5" if BOARD_PCENGINES_APU5
115+ default "\ $(top)/src/mainboard/\ $(MAINBOARDDIR)/bootorder_def"
116116 help
117117 Determine default boot order and default values for runtime config
118118 options e.g. usben, pxen, etc.
119119
120120config SEABIOS_BOOTMENU_KEY_FILE
121121 string "SeaBIOS boot-menu-key file"
122- default "$(top)/src/mainboard/$(MAINBOARDDIR)/boot-menu-key"
122+ default "\ $(top)/src/mainboard/\ $(MAINBOARDDIR)/boot-menu-key"
123123 help
124124 Add SeaBIOS boot-menu-key file. From wiki:
125125 "Controls which key activates the boot menu. The value stored is the
@@ -130,7 +130,7 @@ config SEABIOS_BOOTMENU_KEY_FILE
130130
131131config SEABIOS_BOOTMENU_WAIT_FILE
132132 string "SeaBIOS boot-menu-wait file"
133- default "$(top)/src/mainboard/$(MAINBOARDDIR)/boot-menu-wait"
133+ default "\ $(top)/src/mainboard/\ $(MAINBOARDDIR)/boot-menu-wait"
134134 help
135135 Add SeaBIOS boot-menu-wait file. From wiki:
136136 "Amount of time (in milliseconds) to wait at the boot menu prompt
@@ -140,7 +140,7 @@ config SEABIOS_BOOTMENU_WAIT_FILE
140140
141141config SEABIOS_BOOTMENU_MESSAGE_FILE
142142 string "SeaBIOS boot-menu-message file"
143- default "$(top)/src/mainboard/$(MAINBOARDDIR)/boot-menu-message"
143+ default "\ $(top)/src/mainboard/\ $(MAINBOARDDIR)/boot-menu-message"
144144 help
145145 Customize the text boot menu message. From wiki:
146146
0 commit comments