From a9d66c6a759515c7061e2e8aac661eeb0082ea1e Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 30 Dec 2015 19:20:20 +0000 Subject: More configurable sources. Move some math functions to core/math.h. Move delay filter from sdr_fm --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b8a6721..d347f98 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ SOURCES= OBJECTS= OBJECTS_FINAL= +include core/make.mk include draw/make.mk include filt/make.mk include hw/make.mk @@ -50,4 +51,4 @@ menuconfig-bsd: kconf2h bsd: $(OBJECTS) $(CC) $(OBJECTS_FINAL) $(PROJECT).c -o $(PROJECT) $(LDFLAGS_BSD) - ld -r $(OBJECTS_FINAL) -o $(PROJECT).o \ No newline at end of file + ld -r $(OBJECTS_FINAL) -o $(PROJECT).o -- cgit v1.2.3