From: Steve Sakoman Date: Thu, 16 Sep 2010 03:45:44 +0000 (-0700) Subject: drivers/Makefile: Don't automatically build onenand driver for all boards X-Git-Tag: v1.5.0~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0a0984a3f63523a68cd1645b281b437809b7b0d;p=pandora-x-loader.git drivers/Makefile: Don't automatically build onenand driver for all boards --- diff --git a/drivers/Makefile b/drivers/Makefile index c581817..baa6aae 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk # CFLAGS += -DET_DEBUG -DDEBUG LIB = libdrivers.a -OBJS = serial.o ns16550.o onenand.o omap24xx_i2c.o +OBJS = serial.o ns16550.o omap24xx_i2c.o ifeq ($(BOARD), omap3430sdp) OBJS += k9f1g08r0a.o