Commit a79f77e8 authored by Maciej Lipinski's avatar Maciej Lipinski

setting CONFIG_P2P flag permanently

parent c8ed7c7e
......@@ -77,11 +77,11 @@ ifneq ($(PROTO_EXT),)
endif
include proto-standard/Makefile
ifeq ($(CONFIG_E2E),y)
CFLAGS += -DCONFIG_E2E
else
# ifeq ($(CONFIG_E2E),y)
# CFLAGS += -DCONFIG_E2E
# else
CFLAGS += -DCONFIG_P2P
endif
# endif
# ...and the TIME choice sets the default operations
CFLAGS += -DDEFAULT_TIME_OPS=$(TIME)_time_ops
......
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