diff options
Diffstat (limited to 'src/boot/Config.lb')
-rw-r--r-- | src/boot/Config.lb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/Config.lb b/src/boot/Config.lb index f9206bd3aa..700f19d917 100644 --- a/src/boot/Config.lb +++ b/src/boot/Config.lb @@ -1,7 +1,8 @@ -object elfboot.o object hardwaremain.o if CONFIG_CBFS object selfboot.o +else + object elfboot.o end if CONFIG_FS_PAYLOAD object filo.o |