aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gud
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-02 14:34:02 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-06-02 14:34:02 +0200
commit7c0f2402ac3174d47cfda30f76d5968291999cba (patch)
tree4e1bd9cb9702784b741334063724cf2d5540d289 /drivers/gud
parente30c97a678d8c9024672c41fd159f286089a32e2 (diff)
downloadkernel_samsung_smdk4412-7c0f2402ac3174d47cfda30f76d5968291999cba.zip
kernel_samsung_smdk4412-7c0f2402ac3174d47cfda30f76d5968291999cba.tar.gz
kernel_samsung_smdk4412-7c0f2402ac3174d47cfda30f76d5968291999cba.tar.bz2
gud: hardcore platform include
Diffstat (limited to 'drivers/gud')
-rw-r--r--drivers/gud/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/gud/Makefile b/drivers/gud/Makefile
index bd5c0b2..1cbde96 100644
--- a/drivers/gud/Makefile
+++ b/drivers/gud/Makefile
@@ -21,12 +21,7 @@ ccflags-y += -Wno-declaration-after-statement
ccflags-$(CONFIG_MOBICORE_DEBUG) += -DDEBUG
ccflags-$(CONFIG_MOBICORE_VERBOSE) += -DDEBUG_VERBOSE
-# Choose one platform from the folder
-MOBICORE_PLATFORM := $(shell (ls -1 $(GUD_ROOT_FOLDER)/MobiCoreDriver/platforms | tail -1) )
-# Use the available platform folder
-ccflags-y += -I$(GUD_ROOT_FOLDER)/MobiCoreDriver/platforms/$(MOBICORE_PLATFORM)
-
-
+ccflags-y += -I$(GUD_ROOT_FOLDER)/MobiCoreDriver/platforms/EXYNOS_4X12_STD
ccflags-y += -I$(GUD_ROOT_FOLDER)/MobiCoreDriver/public
ccflags-y += -I$(GUD_ROOT_FOLDER)/include
-ccflags-y += -I$(GUD_ROOT_FOLDER)/include/Mci \ No newline at end of file
+ccflags-y += -I$(GUD_ROOT_FOLDER)/include/Mci