Commit f4a0e13f authored by Omar Gabella's avatar Omar Gabella

CFLAGS +=-DBROADCAST if CONFIG_BROADCAST added

parent 0715e938
......@@ -78,6 +78,9 @@ ifneq ($(PROTO_EXT),)
endif
include proto-standard/Makefile
ifdef CONFIG_BROADCAST
CFLAGS +=-DBROADCAST
endif
broadcast: CFLAGS += -DBROADCAST
broadcast: all
......
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