解决方法:
在/usr/src/linux-source-2.6.32/ubuntu/omnibook/Makefile 中
ifeq ($(KERNELRELEASE),)
# Support for direct Makefile invocation
的前面增加:
PWD=$(shell pwd)
解决方法:
在/usr/src/linux-source-2.6.32/ubuntu/omnibook/Makefile 中
ifeq ($(KERNELRELEASE),)
PWD=$(shell pwd)
转载于:https://www.cnblogs.com/pang123hui/articles/2384592.html