From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 17 Jan 2009 19:31:37 +0100 Subject: [U-Boot] [PATCH 09/15 v6] OMAP3: Add Beagle board and common power code In-Reply-To: <1229244445-10106-10-git-send-email-dirk.behme@googlemail.com> References: <1229244445-10106-1-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-2-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-3-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-4-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-5-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-6-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-7-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-8-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-9-git-send-email-dirk.behme@googlemail.com> <1229244445-10106-10-git-send-email-dirk.behme@googlemail.com> Message-ID: <20090117183137.GC3682@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de + > +LIB = $(obj)lib$(VENDOR).a > + > +COBJS-$(CONFIG_OMAP3_BEAGLE) += power.o > +COBJS-$(CONFIG_OMAP3_OVERO) += power.o > +COBJS-$(CONFIG_OMAP3_PANDORA) += power.o please add board when you really add it if all boards use the same driver a proper config will be better instead of 10 000 CONFIG_BOARDx Best Regards, J.