From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- drivers/misc/gpsip/VirtualCom/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drivers/misc/gpsip/VirtualCom/README.txt (limited to 'drivers/misc/gpsip/VirtualCom/README.txt') diff --git a/drivers/misc/gpsip/VirtualCom/README.txt b/drivers/misc/gpsip/VirtualCom/README.txt new file mode 100644 index 00000000..4598a116 --- /dev/null +++ b/drivers/misc/gpsip/VirtualCom/README.txt @@ -0,0 +1,9 @@ +This is what is needed, in order to build the cgvuart driver : + +1. edit bld.sh, and change the following exports: + a. ROOT holds under it, "/android/ndk/" and "/android/sdk". + b. CG_KERNEL_DIR holds under it, the kernel source tree + c. Set ARCH=arm + d. Set CROSS_COMPILE= + An example : $ export CROSS_COMPILE="/home/cellguide/android/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/arm-eabi-" +2. Run bld.sh -- cgit v1.3.1