[LinuxPPS] 2.6.24.3 errors
Rodolfo Giometti
giometti at enneenne.com
Wed Mar 5 16:15:40 CET 2008
On Wed, Mar 05, 2008 at 11:48:28AM +0100, Udo van den Heuvel wrote:
> Udo van den Heuvel wrote:
> > Why then the change after copying the older Makefile?
> > Why the small differences in the Makefile?
> >
> > I am not saying that is teh cause but I am trying to understand what is
> > happening here.
> > Even in a fresh tree.
>
> I see:
>
> [root at epia linux]# cat drivers/pps/Makefile
> #
> # Makefile for the PPS core.
> #
>
> pps_core-objs += pps.o kapi.o sysfs.o
> obj-$(CONFIG_PPS) += pps_core.o
> obj-y += clients/
>
> ifeq ($(CONFIG_PPS_DEBUG),y)
> EXTRA_CFLAGS += -DDEBUG
> endif
> [root at epia linux]# cat drivers/pps/Makefile.bis
> #
> # Makefile for the PPS core.
> #
>
> pps_core-y := pps.o kapi.o sysfs.o
> obj-$(CONFIG_PPS) := pps_core.o
> obj-y := clients/
>
> ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG
>
>
> Any ideas why the old Makefile could make things work?
Still no... can you please try both module and built-in compilation
modes and report if both fail?
Thanks,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti at enneenne.com
Linux Device Driver giometti at gnudd.com
Embedded Systems giometti at linux.it
UNIX programming phone: +39 349 2432127
More information about the LinuxPPS
mailing list