summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-03-24 17:55:51 +0100
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-03-24 17:55:51 +0100
commitbb7076f6eaaea8340c198714314b83bda3b62f42 (patch)
tree81bdbc7d641bbec8e7482d0d1f5b011e1130777e
parentf1be2fe3cd7c04704e166f5303c5c41a7be146c1 (diff)
downloadandroid_hardware_samsung-bb7076f6eaaea8340c198714314b83bda3b62f42.tar.gz
android_hardware_samsung-bb7076f6eaaea8340c198714314b83bda3b62f42.tar.bz2
android_hardware_samsung-bb7076f6eaaea8340c198714314b83bda3b62f42.zip
removed unneeded filters on makefiles
-rw-r--r--exynos4/hal/Android.mk2
-rw-r--r--exynos4/multimedia/Android.mk2
2 files changed, 0 insertions, 4 deletions
diff --git a/exynos4/hal/Android.mk b/exynos4/hal/Android.mk
index edb7a4a..c1c40da 100644
--- a/exynos4/hal/Android.mk
+++ b/exynos4/hal/Android.mk
@@ -1,4 +1,2 @@
-ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
exynos4_dirs := libfimg libhwconverter liblights libs5pjpeg libsensors libswconverter libump
include $(call all-named-subdir-makefiles,$(exynos4_dirs))
-endif
diff --git a/exynos4/multimedia/Android.mk b/exynos4/multimedia/Android.mk
index f739953..6571161 100644
--- a/exynos4/multimedia/Android.mk
+++ b/exynos4/multimedia/Android.mk
@@ -1,3 +1 @@
-ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
include $(all-subdir-makefiles)
-endif