Hi,

I want to cross compile the openvswitch for arm architecture(android).
The makefile that i have to change is only the Makefile.main in the /openvswitch/datapath/linux?
More specifically, i  change the line change the
 $(MAKE) -C $(KSRC) M=$(builddir) modules to
$(MAKE) -C $(KSRC) M=$(builddir) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) modules.

Thanks in advance,
Zoe Vasiliou

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to