Commit d06684a5 authored by Alessandro Rubini's avatar Alessandro Rubini

tools/Makefile: allow overriding VME pathname

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 2e3c3001
VME_INC ?= /acc/src/dsc/drivers/coht/vmebridge/include/
CFLAGS += -g -Wall
CFLAGS += -I /acc/src/dsc/drivers/coht/vmebridge/include/
CFLAGS += -I $(VME_INC)
LDFLAGS += -L /acc/local/L865/lib
LDLIBS += -lvmebus
......
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