Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
[msm7630_fusion]: Add msm7630_fusion target for lk bootloader
Browse files Browse the repository at this point in the history
This target uses the same apps as 7x30.

Change-Id: I5fe2d0db7db131dd33351f97775bb05148150b53
  • Loading branch information
Sridhar Parasuram committed Mar 26, 2010
1 parent 5693676 commit 60bee03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/msm7630_fusion.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# top level project rules for the msm7630_surf project
#
LOCAL_DIR := $(GET_LOCAL_DIR)

include $(LOCAL_DIR)/msm7630_surf.mk
5 changes: 5 additions & 0 deletions project/msm7630_fusion_nandwrite.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# top level project rules for the msm7630_surf_nandwrite project
#
LOCAL_DIR := $(GET_LOCAL_DIR)

include $(LOCAL_DIR)/msm7630_surf_nandwrite.mk

0 comments on commit 60bee03

Please sign in to comment.