diff --git a/pcie-wb/Makefile b/pcie-wb/Makefile index e8d885fbdfa0e82c7708d6dae11cf4af2971d6cd..d8816932d3b29cc4d173125f418b0c11aeb21908 100644 --- a/pcie-wb/Makefile +++ b/pcie-wb/Makefile @@ -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)