Defaulting to 'all' target in makefile
This commit is contained in:
parent
7ed836c1e1
commit
27ccb5eee8
1 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -73,6 +73,8 @@ endif
|
|||
|
||||
LDFLAGS = -z max-page-size=4096
|
||||
|
||||
all: kernel world fs
|
||||
|
||||
$K/kernel: $(OBJS) $K/kernel.ld $U/initcode
|
||||
$(LD) $(LDFLAGS) -T $K/kernel.ld -o $K/kernel $(OBJS)
|
||||
$(OBJDUMP) -S $K/kernel > $K/kernel.asm
|
||||
|
|
Loading…
Reference in a new issue