Re: [PATCH] Add mach-specific includes

2012-09-09 Thread Jan Engelhardt
On Friday 2012-08-31 15:45, Michal Marek wrote: >> # Build header package >> (cd $srctree; find . -name Makefile\* -o -name Kconfig\* -o -name \*.pl > >> "$objtree/debian/hdrsrcfiles") >> (cd $srctree; find arch/$SRCARCH/include include scripts -type f >> >> "$objtree/debian/hdrsrcfiles") >>

Re: [PATCH] Add mach-specific includes

2012-09-05 Thread Maximilian Attems
On Wed, 05 Sep 2012, Tzafrir Cohen wrote: > When building a deb package, the linux-headers package should also > add arch/$ARCH/mach-*/include Required for arm and probably some > other architectures: avr32 and blackfin. > > This is needed to allow building modules using the headers package. > >

Re: [PATCH] Add mach-specific includes

2012-09-05 Thread Tzafrir Cohen
On Fri, Aug 31, 2012 at 03:45:23PM +0200, Michal Marek wrote: > > On 12.8.2012 11:47, Tzafrir Cohen wrote: > > +if echo arch/$SRCARCH/mach-*/include | grep q -v '*'; then > > This should probably be grep -q, but it's quite ugly anyway. You can > simply run the find command and redirect it's stde

Re: [PATCH] Add mach-specific includes

2012-08-31 Thread Michal Marek
Adding Max. On 12.8.2012 11:47, Tzafrir Cohen wrote: > When building a deb package, the linux-headers package should also > add arch/$ARCH/mach-*/include Required for arm and probably some > other architectures: avr32 and blackfin. > > This is needed to allow building modules using the headers pa