This repository was archived by the owner on Jan 8, 2025. It is now read-only.
forked from efidroid/bootloader_lk
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[msm7630_fusion]: Add msm7630_fusion target for lk bootloader
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
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |