# Base of the project. BASE = ../../.. # Enable ECos. ECOS = y # Common includes. INCLUDES = ce/rx/test/override # Common modules. common_MODULES = ce/rx ce/rx/cp ce/common \ ce/rx/bitloading/fsm \ ce/rx/bitloading \ lib \ mac/common cp/msg/stub \ mac/sar/stub cp/sta/mgr cp/fsm/stub cp/cco/action/stub \ cp/sta/core/stub cl/stub bsu/stub common_MODULES_CONFIG = mac/pbproc # Override sources for BL (we only want our stubbed handle event for the FSM). ce_rx_bitloading_fsm_MODULE_SOURCES = # Program list. TARGET_PROGRAMS = test_rx # Test CE RX. test_rx_SOURCES = test_rx.c pbproc_stub.c test_rx_MODULES = $(common_MODULES) test_rx_MODULES_CONFIG = $(common_MODULES_CONFIG) # Include main Makefile. include $(BASE)/common/make/top.mk