summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--legacy_definitions.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/legacy_definitions.mk b/legacy_definitions.mk
index 2827470..55dc520 100644
--- a/legacy_definitions.mk
+++ b/legacy_definitions.mk
@@ -12,6 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ifeq ($(BOARD_KERNEL_IMAGE_NAME),Image.gz-dtb)
+TARGET_KERNEL_APPEND_DTB := true
+endif
+
ifneq ($(TARGET_KERNEL_CONFIG),)
KERNEL_DEFCONFIG := $(TARGET_KERNEL_CONFIG)
endif