Register missing includes, files and directories

This fixes "make distcheck".
This commit is contained in:
Pierre Pronchery 2018-09-17 01:01:03 +02:00
parent f42e325785
commit 300e4897f1
5 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

@ -0,0 +1 @@
dist=Makefile,header.S

View File

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

View File

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