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

Commit

Permalink
[msm7627] Add support for msm7627_7k product based on msm7627
Browse files Browse the repository at this point in the history
Change-Id: I12c1ed17d6e25b84fab79bb7b6a63c17ec5ebf16
  • Loading branch information
Ajay Dudani committed Jun 17, 2010
1 parent faa5b6e commit 7e2fc3a
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
11 changes: 11 additions & 0 deletions project/msm7627_7x_ffa.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# top level project rules for the msm7627_ffa project
#
LOCAL_DIR := $(GET_LOCAL_DIR)

TARGET := msm7627_ffa

MODULES += app/aboot

#DEFINES += WITH_DEBUG_DCC=1
#DEFINES += WITH_DEBUG_UART=1
#DEFINES += WITH_DEBUG_FBCON=1
14 changes: 14 additions & 0 deletions project/msm7627_7x_ffa_nandwrite.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# top level project rules for the msm7627_ffa_nandwrite project
#
LOCAL_DIR := $(GET_LOCAL_DIR)

TARGET := msm7627_ffa

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

11 changes: 11 additions & 0 deletions project/msm7627_7x_surf.mk
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
14 changes: 14 additions & 0 deletions project/msm7627_7x_surf_nandwrite.mk
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

Empty file modified project/msm8660_surf.mk
100755 → 100644
Empty file.

0 comments on commit 7e2fc3a

Please sign in to comment.