diff -Naur imx-test-11.05.01.orig/test/max8660_pmic_test/Makefile imx-test-11.05.01/test/max8660_pmic_test/Makefile
--- imx-test-11.05.01.orig/test/max8660_pmic_test/Makefile	2011-07-18 17:09:35.000000000 -0400
+++ imx-test-11.05.01/test/max8660_pmic_test/Makefile	2011-07-18 17:09:43.000000000 -0400
@@ -7,8 +7,11 @@
 
 ifeq (,$(findstring $(PLATFORM), $(EXCLUDE_LIST)))
 OBJS = autorun-mcu_pmic.sh libltp.a
+SUBDIRS =       protocol_tests \
+		pmic_testapp_rtc
 else
 OBJS =
+SUBDIRS =
 endif
 
 CFLAGS+= -Wall -I$(LTP_DIR)/include
@@ -18,9 +21,6 @@
 
 export CFLAGS LTP_DIR LOADLIBES
 
-SUBDIRS =       protocol_tests \
-		pmic_testapp_rtc
-
 all: $(OBJS)
 	@set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done
 
