summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-03-16 17:48:46 +0000
committerJon Medhurst <tixy@linaro.org>2012-03-19 09:06:37 +0000
commit3f6e6ef41f2946737532eaf5fcc9b03320649a49 (patch)
tree2cee8d3fe6eac6539b156ec3c3b595696faafc85
parent7cad876d059cd1b86990b799850f9596ad68c8fb (diff)
gator/driver: Makefile fix for output path of generated file gator_events.h
Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--drivers/gator/driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gator/driver/Makefile b/drivers/gator/driver/Makefile
index e521b9915dc..5af89c4d1bb 100644
--- a/drivers/gator/driver/Makefile
+++ b/drivers/gator/driver/Makefile
@@ -39,7 +39,7 @@ clean-files := gator_events.h
silent_chk_events.h = :
gator_events.h: FORCE
@$($(quiet)chk_events.h)
- $(Q)cd $(obj) ; $(CONFIG_SHELL) $(obj)/gator_events.sh $@
+ $(Q)cd $(srctree)/$(src) ; $(CONFIG_SHELL) gator_events.sh $(objtree)/$(obj)/$@
else