解决方法:

在/usr/src/linux-source-2.6.32/ubuntu/omnibook/Makefile 中

ifeq ($(KERNELRELEASE),)

# Support for direct Makefile invocation
的前面增加:

PWD=$(shell pwd)

相关文章:

  • 2022-12-23
  • 2021-11-11
  • 2022-01-15
  • 2021-08-20
  • 2021-12-30
  • 2022-01-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
相关资源
相似解决方案