aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-10 06:38:21 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-06-01 17:08:17 +0200
commit317c9d54284844615b33a25834a63248bf1bfa73 (patch)
treee2b70541e870aaf9990db72050472ec3a7fc74fb /Makefile.common
parent47dc1f4132ed3bafd2f564458288f9931ef0e0a4 (diff)
downloadexternal_qemu-317c9d54284844615b33a25834a63248bf1bfa73.zip
external_qemu-317c9d54284844615b33a25834a63248bf1bfa73.tar.gz
external_qemu-317c9d54284844615b33a25834a63248bf1bfa73.tar.bz2
qemu-timer.c: upstream integrate
Change-Id: I6856ded73b4dcd10fe4831697c8518f958aeffbb
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index c80b939..74efd43 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -604,6 +604,7 @@ gen-hx-header = $(eval $(call gen-hx-header-ev,$1,$2,$3))
define gen-hx-header-ev
intermediates := $$(call intermediates-dir-for,$$(EMULATOR_MODULE_TYPE),$$(LOCAL_MODULE),true)
+
QEMU_HEADER_H := $$(intermediates)/$$2
$$(QEMU_HEADER_H): PRIVATE_PATH := $$(LOCAL_PATH)
$$(QEMU_HEADER_H): PRIVATE_CUSTOM_TOOL = $$(PRIVATE_PATH)/hxtool -h < $$< > $$@