Commit 01c38151 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

build: always build (decision is made by vme-wb)

parent 248ced34
# Only build vme if it was missing
ifneq ($(CONFIG_VME_BUS),m)
ifneq ($(CONFIG_VME_BUS),y)
obj-m := vmebus.o
obj-m += vmebus.o
vmebus-objs := tsi148.o vme_bridge.o vme_cesif.o vme_dma.o vme_irq.o vme_misc.o vme_window.o
endif
endif
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