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.
kernel/lk: Add new target msm7627_6x
Change-Id: I8f6128b5fd8284d760b1e155871e4872e6464c41
- Loading branch information
Kalyani polepeddy
committed
Sep 26, 2011
1 parent
ed0198e
commit 87b45e2
Showing
2 changed files
with
25 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,11 @@ | ||
# top level project rules for the msm7627_surf project | ||
# | ||
LOCAL_DIR := $(GET_LOCAL_DIR) | ||
|
||
TARGET := msm7627_surf | ||
|
||
MODULES += app/aboot | ||
|
||
#DEFINES += WITH_DEBUG_DCC=1 | ||
#DEFINES += WITH_DEBUG_UART=1 | ||
DEFINES += WITH_DEBUG_FBCON=1 |
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,14 @@ | ||
# top level project rules for the msm7627_surf_nandwrite project | ||
# | ||
LOCAL_DIR := $(GET_LOCAL_DIR) | ||
|
||
TARGET := msm7627_surf | ||
|
||
MODULES += app/nandwrite | ||
|
||
DEFINES += WITH_DEBUG_JTAG=1 | ||
DEFINES += ENABLE_NANDWRITE=1 | ||
#DEFINES += WITH_DEBUG_DCC=1 | ||
#DEFINES += WITH_DEBUG_UART=1 | ||
#DEFINES += WITH_DEBUG_FBCON=1 | ||
|