Commit dbd047da authored by Cedric Roux's avatar Cedric Roux

- Fix PDCP netlink fifo if NAS is not defined

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4249 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ade86715
...@@ -247,7 +247,9 @@ endif ...@@ -247,7 +247,9 @@ endif
CFLAGS += -DENABLE_VCD_FIFO CFLAGS += -DENABLE_VCD_FIFO
CFLAGS += -DENABLE_NEW_MULTICAST CFLAGS += -DENABLE_NEW_MULTICAST
ifdef NAS
CFLAGS += -DENABLE_PDCP_NETLINK_FIFO CFLAGS += -DENABLE_PDCP_NETLINK_FIFO
endif
# CFLAGS += -DENABLE_LOG_FIFO # CFLAGS += -DENABLE_LOG_FIFO
# Check if libpgm is installed and use it if found instead of the unreliable # Check if libpgm is installed and use it if found instead of the unreliable
......
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