commit | 795f8250300badcd6cd65be9d69e78838bc29d15 | [log] [tgz] |
---|---|---|
author | dhacker29 <dhackerdvm@gmail.com> | Fri Nov 06 02:38:14 2015 -0500 |
committer | dhacker29 <dhackerdvm@gmail.com> | Fri Nov 06 02:38:14 2015 -0500 |
tree | fdab46729338547b223437f9572f61c60010643b | |
parent | 298e8a56eb610fe2c5c0c5e1a19cfbd685657ea4 [diff] |
dt_image: Fix build error build/core/tasks/dt_image.mk:38: *** missing `endif'. Stop. Change-Id: If333d378e091ff9d333729dc8a75323966954194
diff --git a/core/tasks/dt_image.mk b/core/tasks/dt_image.mk index 4218772..86c36fb 100644 --- a/core/tasks/dt_image.mk +++ b/core/tasks/dt_image.mk
@@ -35,3 +35,4 @@ ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(INSTALLED_DTIMAGE_TARGET) endif endif +endif