Re: [PATCH 5/6] regulator: regulator framework build.

2008-02-20 Thread Sam Ravnborg
> diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile > new file mode 100644 > index 000..3f70871 > --- /dev/null > +++ b/drivers/regulator/Makefile > @@ -0,0 +1,9 @@ > +# > +# Makefile for regulator drivers. > +# > + > +obj-$(CONFIG_REGULATOR) += reg-core.o > + Replace this >

[PATCH 5/6] regulator: regulator framework build.

2008-02-20 Thread Liam Girdwood
This patch adds support to build the regulator core. Signed-off-by: Liam Girdwood <[EMAIL PROTECTED]> --- drivers/Kconfig|2 ++ drivers/Makefile |1 + drivers/regulator/Kconfig | 32 drivers/regulator/Makefile |9 + 4

[PATCH 5/6] regulator: regulator framework build.

2008-02-20 Thread Liam Girdwood
This patch adds support to build the regulator core. Signed-off-by: Liam Girdwood [EMAIL PROTECTED] --- drivers/Kconfig|2 ++ drivers/Makefile |1 + drivers/regulator/Kconfig | 32 drivers/regulator/Makefile |9 + 4

Re: [PATCH 5/6] regulator: regulator framework build.

2008-02-20 Thread Sam Ravnborg
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile new file mode 100644 index 000..3f70871 --- /dev/null +++ b/drivers/regulator/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for regulator drivers. +# + +obj-$(CONFIG_REGULATOR) += reg-core.o + Replace this +ifeq