summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-03-16 17:49:42 +0000
committerJon Medhurst <tixy@linaro.org>2012-03-19 09:06:37 +0000
commit587f10a737e32807821b8bd438853f0c215cf0e5 (patch)
tree8a87b882bb59d5156060e6b5e2c69df78eeb748e
parent3f6e6ef41f2946737532eaf5fcc9b03320649a49 (diff)
gator/driver: Makefile fixes for building in-tree
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 5af89c4d1bb..d6dfeebf102 100644
--- a/drivers/gator/driver/Makefile
+++ b/drivers/gator/driver/Makefile
@@ -3,7 +3,7 @@ ifneq ($(KERNELRELEASE),)
# Uncomment the following line to enable kernel stack unwinding within gator, or update gator_backtrace.c
# EXTRA_CFLAGS += -DGATOR_KERNEL_STACK_UNWINDING
-obj-m := gator.o
+obj-$(CONFIG_GATOR) := gator.o
gator-y := gator_main.o \
gator_events_irq.o \