From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: Merge headerfiles for m68k and m68knommu to arch/m68k/include/asm Date: Mon, 8 Dec 2008 23:53:18 +0100 Message-ID: <20081208225318.GA29419@uranus.ravnborg.org> References: <20081208205814.GA22697@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20081208205814.GA22697@uranus.ravnborg.org> Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Geert Uytterhoeven , Roman Zippel , linux-m68k , Greg Ungerer , uclinux-dev Cc: Arnd Bergmann , linux-kbuild > > With the above construct we do the "right thing" also for > headers exported to userspace. > But actually none of the headers using the above are > subject for export at the moment so we could use a > CONFIG_ symbol for the same. One thing worth adding is that this patch fixes: make ARCH=m68knommu headers_check It did not work before - but with this patch is works as expected. Sam