-# In this string we need to use -D__SOME__ command for define which platform we use
-# And C preprocessor use only code for platform, we defined
-# For example if we use Texas Instruments OMAP 3430 - we should use
-# EXTRA_CFLAGS += -D__PLAT_TI_OMAP3430__
-# Else if we need for Freescale i.MX31 - we should use
-# EXTRA_CFLAGS += -D__PLAT_FREESCALE_IMX31__
+KDIR=$(PWD)/../out/target/product/generic/obj/PARTITIONS/kernel_intermediates/build
+ARCH=arm
+CROSS_COMPILE=arm-eabi-
+CROSS_PATH=$(PWD)/../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin