Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfulShrineMaidenOfParadise committed Jun 22, 2024
1 parent 6d049c4 commit 25d3283
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lk2nd/fastboot/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ OBJS += \
$(LOCAL_DIR)/screenshot-neon.o
endif

ifneq ($(filter DEVICE_TREE=1,$(DEFINES)),)
ifeq ($(LK2ND_PROJECT), lk2nd)
OBJS += \
$(LOCAL_DIR)/dtb.o
endif

ifeq ($(LK2ND_PROJECT), lk1st)
ifneq ($(LK2ND_BUNDLE_DTB),)
OBJS += \
$(LOCAL_DIR)/dtb.o
endif
endif

0 comments on commit 25d3283

Please sign in to comment.