add tag to create documentation
This commit is contained in:
parent
3fe57689ab
commit
95e8acd794
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ qemu: $(NAME).elf
|
|||
qemu-dbg: $(NAME).elf
|
||||
qemu-system-i386 -monitor stdio -s -S -smp 2 -net nic,model=rtl8139 -net user,hostfwd=tcp::12345-:7 -net dump -kernel $(NAME).elf
|
||||
|
||||
doc:
|
||||
@doxygen
|
||||
@echo Create documentation...
|
||||
|
||||
%.o : %.c
|
||||
@echo [CC] $@
|
||||
$Q$(CC_FOR_TARGET) -c -D__KERNEL__ $(CFLAGS) -o $@ $<
|
||||
|
|
Loading…
Add table
Reference in a new issue