2008-09-01 02:26:09 -07:00
|
|
|
# mostly null target configuration for the arm emulator, since there's only one real
|
|
|
|
|
# implementation.
|
|
|
|
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
|
|
|
|
|
|
PLATFORM := armemu
|
|
|
|
|
|
2010-05-06 13:35:49 -07:00
|
|
|
$(BUILDDIR)/armemu.conf: $(LOCAL_DIR)/armemu.conf
|
|
|
|
|
cp $< $@
|
|
|
|
|
|
|
|
|
|
EXTRA_BUILDDEPS += $(BUILDDIR)/armemu.conf
|
|
|
|
|
GENERATED += $(BUILDDIR)/armemu.conf
|