4 lines
124 B
Makefile
4 lines
124 B
Makefile
obj-$(CONFIG_RESET_CONTROLLER) += core.o
|
|
obj-$(CONFIG_RESET_GPIO) += gpio-reset.o
|
|
obj-$(CONFIG_ARCH_SUNXI) += reset-sunxi.o
|