Commit f0e89e63 authored by A. Hahn's avatar A. Hahn

pcie-wb: removed spec driver from Makefile

parent 8401df2a
......@@ -3,7 +3,7 @@ ifneq ($(KERNELRELEASE),)
ccflags-y += -DGIT_REVISION="$(shell git --git-dir=$(src)/../.git log -n1 --pretty='format:%h (%ci)')"
obj-m += pcie_wb.o wishbone.o spec_wb.o
obj-m += pcie_wb.o wishbone.o
# Only build wishbone-serial if it was missing
ifneq ($(CONFIG_USB_SERIAL_WISHBONE),m)
ifneq ($(CONFIG_USB_SERIAL_WISHBONE),y)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment