mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 19:14:01 +08:00
9a1a69901d
Add the wl18xx module and the probe functions. Use wlcore for the main parts (not functional at this point due to differences in the wl18xx initialization). Signed-off-by: Luciano Coelho <coelho@ti.com> Signed-off-by: Arik Nemtsov <arik@wizery.com>
4 lines
56 B
Makefile
4 lines
56 B
Makefile
wl18xx-objs = main.o
|
|
|
|
obj-$(CONFIG_WL18XX) += wl18xx.o
|