Select Git revision
Navid Nikaein authored
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5793 818b1a75-f10b-46b9-bf7c-635c3b92a50f
Makefile 660 B
build:
./build_oai.bash -c -m
build_rtai:
./build_oai.bash -c -b -eRTAI -tSOFTMODEM -m
build_usrp_rtai:
./build_oai.bash -c -b -eRTAI -tSOFTMODEM -wUSRP -m
help:
@echo make check1 performs a simple sanity check
@echo make check2 performs another simple sanity check
@echo make check does both the above checks
all: help
check1:
@echo Doing 1 eNB 1 UE test
(cd SIMU/EXAMPLES/VIRT_EMUL_1eNB && make one_eNB_one_UE )
check2:
@echo Doing 1 eNB 4 UE test
(cd SIMU/EXAMPLES/VIRT_EMUL_1eNB && make one_eNB_four_UE )
install:
@echo Generating ASN1 files
@sh SCRIPTS/install_asn1.sh
check: check1 check2
clean:
(cd SIMU/USER && make clean)