refactored make

This commit is contained in:
2025-08-03 10:55:51 +02:00
parent 3765d55ad2
commit df13b04b3b
2 changed files with 2 additions and 13 deletions
-8
View File
@@ -1,10 +1,2 @@
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
+2 -5
View File
@@ -1,5 +1,2 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= ./build/${CONFIG}
LIBSRC_PATH ?= $(realpath ../../libsrc)
NAME := Fir
GCC_SRCS := fir2.c