You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
327 B
8 lines
327 B
obj-$(CONFIG_RESET_CONTROLLER) += core.o |
|
obj-$(CONFIG_ARCH_LPC18XX) += reset-lpc18xx.o |
|
obj-$(CONFIG_ARCH_SOCFPGA) += reset-socfpga.o |
|
obj-$(CONFIG_ARCH_BERLIN) += reset-berlin.o |
|
obj-$(CONFIG_ARCH_SUNXI) += reset-sunxi.o |
|
obj-$(CONFIG_ARCH_STI) += sti/ |
|
obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o |
|
obj-$(CONFIG_ATH79) += reset-ath79.o
|
|
|