[ovs-discuss] makefile change for cross-compiling

Zoi VASILIOU zovasili at inf.uth.gr
Fri Mar 7 12:01:12 UTC 2014


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




More information about the discuss mailing list