blob: 4c7bdd1a518807427e93854b6d2a0c8a770c89fb [file] [log] [blame]
Travis Geiselbrecht1d0df692008-09-01 02:26:09 -07001# mostly null target configuration for the arm emulator, since there's only one real
2# implementation.
3LOCAL_DIR := $(GET_LOCAL_DIR)
4
5PLATFORM := armemu
6
Travis Geiselbrechte74d63d2010-05-06 13:35:49 -07007$(BUILDDIR)/armemu.conf: $(LOCAL_DIR)/armemu.conf
8 cp $< $@
9
10EXTRA_BUILDDEPS += $(BUILDDIR)/armemu.conf
11GENERATED += $(BUILDDIR)/armemu.conf