Commit 4a7e9fae authored by Adam Wujek's avatar Adam Wujek 💬

Makefile: Propagate a CONFIG_ABSCAL from WRPC

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent f39d9e79
......@@ -82,6 +82,8 @@ include proto-standard/Makefile
CFLAGS += -DDEFAULT_TIME_OPS=$(TIME)_time_ops
CFLAGS += -DDEFAULT_NET_OPS=$(TIME)_net_ops
CFLAGS-$(CONFIG_ABSCAL) += -DCONFIG_ABSCAL=1
CFLAGS += $(CFLAGS-y)
export CFLAGS
# And this is the rule to build our target.o file. The architecture may
......
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