mirror of
https://github.com/tailix/kernel.git
synced 2024-12-04 11:34:42 -05:00
Move sources to "src"
This commit is contained in:
parent
893e37ce6c
commit
2c74ca9a06
51 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -47,6 +47,8 @@ OBJS += exception.c.o
|
|||
OBJS += hwint.c.o
|
||||
OBJS += syscall.c.o
|
||||
|
||||
OBJS := $(addprefix src/, $(OBJS))
|
||||
|
||||
run: $(IMAGE)
|
||||
qemu-system-i386 -cdrom $<
|
||||
|
||||
|
|
Loading…
Reference in a new issue