- added blase path git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@938 b431acfa-c32f-4a4a-93f1-934dc6c82436
11 lines
189 B
Makefile
11 lines
189 B
Makefile
include ./config.mk
|
|
|
|
NAME := Fir
|
|
|
|
GCC_SRCS := $(LIBSRC_PATH)/fir/fir2.c
|
|
|
|
INCLUDES += -I $(LIBSRC_PATH)
|
|
DEFINES += -Dradio_float_t=float -Dfir_float_t=float
|
|
|
|
include $(MAKE_HOME)/compile.mk
|