|
Edited by moinejf at 2015-9-8 18:18
There should be something wrong in your .config, because, according to
- arch/arm/mach-sunxi/Makefile
Copy code
there is no generation in arch/arm/mach-sunxi/pm/ for the sun8iw7:
- ifneq ($(strip $(CONFIG_ARCH_SUN8I)),)
- obj-y += sun8i.o
- obj-$(CONFIG_SW_POWERNOW) += powernow.o
- ifneq ($(strip $(CONFIG_ARCH_SUN8IW7)),)
- obj-$(CONFIG_PM) += power/
- else
- obj-$(CONFIG_PM) += pm/
- endif
- endif
Copy code
|
|