Skip to content

Commit

Permalink
vl-android.c: move arch-specific functions to arch_init.c
Browse files Browse the repository at this point in the history
Change-Id: I4908006f3492aab199466c501dedff2bd835d647
  • Loading branch information
digit-android committed Jun 1, 2011
1 parent 23ca2ae commit ae3098a
Show file tree
Hide file tree
Showing 6 changed files with 777 additions and 400 deletions.
6 changes: 4 additions & 2 deletions Makefile.target
Expand Up @@ -205,6 +205,10 @@ MCHK_SOURCES := \

LOCAL_SRC_FILES += $(MCHK_SOURCES:%=memcheck/%)

LOCAL_SRC_FILES += \
cpus.c \
arch_init.c

# What a mess, os-posix.c depends on the exact values of options
# which are target specific.
ifeq ($(HOST_OS),windows)
Expand Down Expand Up @@ -248,7 +252,6 @@ LOCAL_LDLIBS += \

LOCAL_SRC_FILES := \
audio/audio.c \
cpus.c \
disas.c \
dma-helpers.c \
gdbstub.c \
Expand Down Expand Up @@ -326,7 +329,6 @@ LOCAL_CFLAGS += \

LOCAL_SRC_FILES := \
audio/audio.c \
cpus.c \
disas.c \
dma-helpers.c \
gdbstub.c \
Expand Down

0 comments on commit ae3098a

Please sign in to comment.