4 lines
76 B
Makefile
4 lines
76 B
Makefile
ifneq ($(strip $(CONFIG_ARCH_SUNXI)),)
|
|
obj-$(CONFIG_PM) += allwinner/
|
|
endif
|