summaryrefslogtreecommitdiffstats
path: root/core/tasks/factory_ramdisk.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-12-21 18:54:36 -0800
committerYing Wang <wangying@google.com>2011-12-21 18:54:36 -0800
commit14eeea6708c8edf0e9167f3fd7ace430598dde1f (patch)
treeeb94ca79c8b32bc2514be9854a4061dfdaa47f54 /core/tasks/factory_ramdisk.mk
parent9d5e83d331a3bb39da65e7e376ed779a0fc28d21 (diff)
downloadbuild-14eeea6708c8edf0e9167f3fd7ace430598dde1f.zip
build-14eeea6708c8edf0e9167f3fd7ace430598dde1f.tar.gz
build-14eeea6708c8edf0e9167f3fd7ace430598dde1f.tar.bz2
We should include factory ramdisk if one shot makefile is NOT defined.
Change-Id: I92c7f26d13a05c4306c22b2e9e513cdd22e839ce
Diffstat (limited to 'core/tasks/factory_ramdisk.mk')
-rw-r--r--core/tasks/factory_ramdisk.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tasks/factory_ramdisk.mk b/core/tasks/factory_ramdisk.mk
index 82b28ac..ecfc4d0 100644
--- a/core/tasks/factory_ramdisk.mk
+++ b/core/tasks/factory_ramdisk.mk
@@ -14,7 +14,7 @@
# limitations under the License.
#
-ifneq (,$(ONE_SHOT_MAKEFILE))
+ifeq (,$(ONE_SHOT_MAKEFILE))
# PRODUCT_FACTORY_RAMDISK_MODULES consists of "<module_name>:<install_path>[:<install_path>...]" tuples.
# <install_path> is relative to TARGET_FACTORY_RAMDISK_OUT.