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

Commit

Permalink
kernel/lk: Add new target msm7627_6x
Browse files Browse the repository at this point in the history
Change-Id: I8f6128b5fd8284d760b1e155871e4872e6464c41
  • Loading branch information
Kalyani polepeddy committed Sep 26, 2011
1 parent ed0198e commit 87b45e2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions project/msm7627_6x.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_6x_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

0 comments on commit 87b45e2

Please sign in to comment.