On Fri, Sep 28, 2018 at 09:11:10AM -0700, Christoph Hellwig wrote: > > --- /dev/null > > +++ b/arch/csky/kernel/Makefile > > @@ -0,0 +1,8 @@ > > +extra-y := head.o vmlinux.lds > > + > > +obj-y += entry.o atomic.o signal.o traps.o irq.o time.o vdso.o \ > > + power.o syscall.o platform.o syscall_table.o setup.o \ > > + process.o cpu-probe.o ptrace.o dumpstack.o > > + > > +obj-$(CONFIG_MODULES) += module.o > > You can't just wire up the build infrastructure before th code. > > Please add the objects to the Makefiles when they are actually added. I don't got it? Patchset should be seperated by makefile dir?
- [PATCH V6 00/33] C-SKY(csky) Linux Kernel Port Guo Ren
- [PATCH V6 02/33] csky: defconfig Guo Ren
- [PATCH V6 01/33] csky: Build infrastructure Guo Ren
- Re: [PATCH V6 01/33] csky: Build infrastructure Christoph Hellwig
- Re: [PATCH V6 01/33] csky: Build infrastruc... Guo Ren
- [PATCH V6 03/33] csky: Kernel booting Guo Ren
- Re: [PATCH V6 03/33] csky: Kernel booting Christoph Hellwig
- [PATCH V6 06/33] csky: Cache and TLB routines Guo Ren
- [PATCH V6 08/33] csky: Process management and Signa... Guo Ren
- Re: [PATCH V6 08/33] csky: Process management a... Eric W. Biederman
- [PATCH V6 05/33] csky: System Call Guo Ren
- Re: [PATCH V6 05/33] csky: System Call Christoph Hellwig

