[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100620.203956.15250412.davem@davemloft.net>
Date: Sun, 20 Jun 2010 20:39:56 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sjur.brandeland@...ricsson.com
Cc: sjurbr@...il.com, netdev@...r.kernel.org, marcel@...tmann.org,
daniel.martensson@...ricsson.com, linus.walleij@...ricsson.com
Subject: Re: [PATCH] caif: Add CAIF-SPI Protocol driver.
From: sjur.brandeland@...ricsson.com
Date: Thu, 17 Jun 2010 19:02:44 +0200
> +ifeq ($(CONFIG_CAIF_SPI_SYNC),y)
> +CAIF_SPI_FLAGS := -DCONFIG_CAIF_SPI_SYNC
> +endif
> +
You should never set CONFIG_* defines from the Makefile
commands, always set them in your Kconfig statements.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists