gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / drivers / net / wireless / ti / wlcore / Makefile
blob7d418c57bcb55559aff887f9e9ca760c39c94346
1 # SPDX-License-Identifier: GPL-2.0
2 wlcore-objs = main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
3 boot.o init.o debugfs.o scan.o sysfs.o vendor_cmd.o
5 wlcore_spi-objs = spi.o
6 wlcore_sdio-objs = sdio.o
8 wlcore-$(CONFIG_NL80211_TESTMODE) += testmode.o
9 obj-$(CONFIG_WLCORE) += wlcore.o
10 obj-$(CONFIG_WLCORE_SPI) += wlcore_spi.o
11 obj-$(CONFIG_WLCORE_SDIO) += wlcore_sdio.o