Commit d792ba4c authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

vme-wb: Makefiles use warning, not warn

parent a46916b8
...@@ -28,7 +28,7 @@ endif ...@@ -28,7 +28,7 @@ endif
ifeq ($(VME_SOURCE),internal) ifeq ($(VME_SOURCE),internal)
ifneq ($(CONFIG_VME_BUS),y) ifneq ($(CONFIG_VME_BUS),y)
ifneq ($(CONFIG_VME_BUS),m) ifneq ($(CONFIG_VME_BUS),m)
$(warn Kernel must have in-tree VME feature enabled) $(warning Kernel must have in-tree VME feature enabled)
endif endif
endif endif
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