|
Prev: [patch 3/3] Example use of WARN()
Next: Reverting per-cpuset "system" (IRQ affinity) patch (was: Fix cpuset sched_relax_domain_level control file)
From: Adrian Bunk on 7 May 2008 02:40 On Wed, May 07, 2008 at 11:25:58AM +1000, Greg Ungerer wrote: > Remove the old example m68knommu defconfig. >... Please use KBUILD_DEFCONFIG to define a default defconfig after this. Simply add to arch/m68knommu/Makefile KBUILD_DEFCONFIG := m5208evb_defconfig (replace m5208evb_defconfig with whichever you prefer). Thanks Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg Ungerer on 7 May 2008 08:40
Adrian Bunk wrote: > On Wed, May 07, 2008 at 11:25:58AM +1000, Greg Ungerer wrote: > >> Remove the old example m68knommu defconfig. >> ... > > Please use KBUILD_DEFCONFIG to define a default defconfig after this. > > Simply add to arch/m68knommu/Makefile > KBUILD_DEFCONFIG := m5208evb_defconfig > (replace m5208evb_defconfig with whichever you prefer). Yep, I'll fix that up. Thanks Greg ------------------------------------------------------------------------ Greg Ungerer -- Chief Software Dude EMAIL: gerg(a)snapgear.com SnapGear -- a Secure Computing Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |