mirror of
https://github.com/tailix/kernel.git
synced 2024-11-27 11:24:34 -05:00
Rename kernel output file
This commit is contained in:
parent
16050f56f7
commit
ddac5fcb06
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@
|
||||||
*.iso
|
*.iso
|
||||||
|
|
||||||
/config.mk
|
/config.mk
|
||||||
|
/kernelmq
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ export AS = $(CCPREFIX)as
|
||||||
export CC = $(CCPREFIX)gcc
|
export CC = $(CCPREFIX)gcc
|
||||||
|
|
||||||
export INCLUDE = $(shell pwd)/include
|
export INCLUDE = $(shell pwd)/include
|
||||||
export KERNEL = $(shell pwd)/kernelmq.multiboot2
|
export KERNEL = $(shell pwd)/kernelmq
|
||||||
export LIBK = $(shell pwd)/libk/libk.a
|
export LIBK = $(shell pwd)/libk/libk.a
|
||||||
export LIBARCH = $(shell pwd)/arch/$(ARCH)/libarch.a
|
export LIBARCH = $(shell pwd)/arch/$(ARCH)/libarch.a
|
||||||
export LINKER = $(shell pwd)/arch/$(ARCH)/linker.ld
|
export LINKER = $(shell pwd)/arch/$(ARCH)/linker.ld
|
||||||
|
|
Loading…
Reference in a new issue