Register missing includes, files and directories
This fixes "make distcheck".
This commit is contained in:
parent
f42e325785
commit
300e4897f1
|
@ -1,2 +1,2 @@
|
|||
subdirs=kernel,sys
|
||||
dist=Makefile,elf.h,errno.h,fcntl.h,limits.h,stdarg.h,stdbool.h,stddef.h,stdint.h,stdio.h,stdlib.h,string.h,time.h,unistd.h
|
||||
dist=Makefile,ctype.h,elf.h,errno.h,fcntl.h,limits.h,stdarg.h,stdbool.h,stddef.h,stdint.h,stdio.h,stdlib.h,string.h,time.h,unistd.h
|
||||
|
|
|
@ -1 +1 @@
|
|||
dist=Makefile,arch.h,crti.S,crtn.S,idt.S,kernel.S,uKernel.ld
|
||||
dist=Makefile,arch.h,crti.S,crtn.S,gdt.h,gdt.S,idt.S,kernel.S,platform.conf,uKernel.ld
|
||||
|
|
1
src/arch/i386/multiboot/project.conf
Normal file
1
src/arch/i386/multiboot/project.conf
Normal file
|
@ -0,0 +1 @@
|
|||
dist=Makefile,header.S
|
|
@ -1 +1,2 @@
|
|||
dist=Makefile,arch.h,crti.S,crtn.S,gdt.S,idt.S,intr.S,kernel.S,ioport.S,loader.S,uKernel.ld
|
||||
subdirs=multiboot
|
||||
dist=Makefile,arch.h,crti.S,crtn.S,gdt.h,gdt.S,idt.h,idt.S,intr.S,kernel.S,ioport.S,loader.S,platform.conf,uKernel.ld
|
||||
|
|
|
@ -6,7 +6,7 @@ asflags_force=$(CFLAGSF) $(CFLAGS) -c
|
|||
cflags_force=`../../tools/platform.sh -V UKERNEL_CFLAGS -C "$$ARCH"`
|
||||
cflags=-W -Wall -g -O2
|
||||
ldflags_force=`../../tools/platform.sh -V UKERNEL_LDFLAGS -C "$$ARCH"`
|
||||
dist=Makefile,bus.h,console.h,display.h
|
||||
dist=Makefile,bus.h,clock.h,console.h,display.h,pic.h
|
||||
|
||||
#targets
|
||||
[bus.o]
|
||||
|
|
Loading…
Reference in New Issue
Block a user