diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:06:02 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-04-30 17:06:02 +0300 |
| commit | ea5ebe0809fb31b9f125ac0689f706cc5f3f078f (patch) | |
| tree | 17081bd689709a9bfe48467c458425dea876bddd /Makefile | |
| parent | 8a5e4cf53d981e793fca90d9b51bd395265cf4db (diff) | |
| download | kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.tar.gz kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.zip | |
rename to kmi
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,7 +16,7 @@ BUILD = build ARCH_BUILD = $(BUILD)/arch/$(ARCH) ARCH_SOURCE = arch/$(ARCH) -all: apos.bin +all: kmi.bin # bmake requires us to run make depend to genereate deps.mk beforehand, # so create an empty rule that lets the rest of the script do its job depend: @@ -35,7 +35,7 @@ COMPILER != [ $(LLVM) ] \ KERNEL_SOURCES != echo common/*.c common/uapi/*.c lib/*.c -CLEANUP := build deps.mk kernel.* init.* apos.bin +CLEANUP := build deps.mk kernel.* init.* kmi.bin CLEANUP_CMD := INIT_SOURCES := @@ -93,8 +93,8 @@ init.bin: init.elf kernel.bin: kernel.elf $(OBJCOPY) $(OBJCOPY_FLAGS) kernel.elf kernel.bin -apos.bin: init.bin kernel.bin - cat init.bin kernel.bin > apos.bin +kmi.bin: init.bin kernel.bin + cat init.bin kernel.bin > kmi.bin format: find arch lib common include -iname '*.[ch]' |\ |
