mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 22:36:48 +07:00
c50a282515
The event mailbox in wl18xx has a different (non-compatible) structure. Create common functions in wlcore to handle the events, and call them from the chip-specific event mailbox parsers. This way, each driver (wl12xx/wl18xx) extracts the event mailbox by itself according to its own structure, and then calls the common wlcore functions to handle it. Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
4 lines
103 B
Makefile
4 lines
103 B
Makefile
wl18xx-objs = main.o acx.o tx.o io.o debugfs.o scan.o cmd.o event.o
|
|
|
|
obj-$(CONFIG_WL18XX) += wl18xx.o
|