diff --git a/boot/bootsect/CMakeLists.txt b/boot/bootsect/CMakeLists.txt index 7cd510f..8af0b86 100644 --- a/boot/bootsect/CMakeLists.txt +++ b/boot/bootsect/CMakeLists.txt @@ -2,4 +2,4 @@ PROJECT(BOOTSECT) # Compile boot sectors -compile_bootsector(mbrboot ${BOOTSECT_SOURCE_DIR}/${ARCH}/mbrboot.S 0x7C00 Start) +compile_bootsector(mbrboot ${BOOTSECT_SOURCE_DIR}/mbrboot.S 0x7C00 Start) diff --git a/boot/bootsect/amd64/mbrboot.S b/boot/bootsect/mbrboot.S similarity index 100% rename from boot/bootsect/amd64/mbrboot.S rename to boot/bootsect/mbrboot.S