Fix to allow compiling outside of the source tree, ie. the correct way
/drivers/gud/Makefile
blob:bd5c0b2b9cfb088d2b50e262283c66434931c6db -> blob:df45591da1c59470526dd259abad60d8aeb1aa6e
--- drivers/gud/Makefile
+++ drivers/gud/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for the kernel mobicore drivers
#
-GUD_ROOT_FOLDER := drivers/gud/
+GUD_ROOT_FOLDER := $(srctree)/drivers/gud/
# add our modules to kernel.
obj-$(CONFIG_MOBICORE_API) += mcKernelApi.o
obj-$(CONFIG_MOBICORE_SUPPORT) += mcDrvModule.o