diff options
author | Stefan Hilzinger <hilzinger@google.com> | 2011-02-22 12:00:40 +0000 |
---|---|---|
committer | Stefan Hilzinger <hilzinger@google.com> | 2011-02-22 12:00:40 +0000 |
commit | fb1698793fc07654b3498462e9aefec62f7aa809 (patch) | |
tree | b84a5aa27c316326a0a435471d6d9f7c19e85627 /Makefile | |
parent | 96bee312f9fd75d8073c1150a2b239be1f6a9d9e (diff) | |
download | external_qemu-fb1698793fc07654b3498462e9aefec62f7aa809.zip external_qemu-fb1698793fc07654b3498462e9aefec62f7aa809.tar.gz external_qemu-fb1698793fc07654b3498462e9aefec62f7aa809.tar.bz2 |
Fixing the standalone build of the emulator.
Change-Id: I81567b512df04314d87dd3846b02d8895829937d
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ BUILD_SYSTEM := android/build OBJS_DIR := objs +LIBS_DIR := $(OBJS_DIR)/libs CONFIG_MAKE := $(OBJS_DIR)/config.make CONFIG_H := $(OBJS_DIR)/config-host.h |