1
0
Fork 0
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:
Braiden Vasco 2017-11-08 11:21:03 +00:00
parent 16050f56f7
commit ddac5fcb06
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
*.iso *.iso
/config.mk /config.mk
/kernelmq

View file

@ -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