Commit 63d26ecd authored by winckel's avatar winckel

Moved build targets to always have default as first target (was overdrive by...

Moved build targets to always have default as first target (was overdrive by s1ap when USE_MME was set).

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4402 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 356785af
......@@ -280,6 +280,14 @@ endif
LIBS = $(LFDS_DIR)/bin/liblfds611.a
default: oaisim
all: oaisim pad
pad: oaisim_pad
userclean: cleanall oaisim
ifdef USE_MME
CFLAGS += -DENB_MODE -DENABLE_USE_MME -DENABLE_EVENT_FD -I$(S1AP_DIR) -I$(SCTP_DIR)
......@@ -293,14 +301,6 @@ $(SCTP_DIR)/libsctp.a: force_look
$(MAKE) -C $(SCTP_DIR) -f Makefile.eNB libsctp.a
endif
default: oaisim
all: oaisim pad
pad: oaisim_pad
userclean: cleanall oaisim
printvars:
@echo LINUX variable is $(linux)
@echo CYGWIN variable is $(cygwin)
......
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