diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -88,7 +88,8 @@ include $(common-objpfx)config.make ifeq ($(elf),yes) binfmt-subdir = elf else -binfmt-subdir = +# This is probably better than nothing. +binfmt-subdir = aout endif # Complete path to sysdep dirs. |