- add crc to build system

- add fir to build system


git-svn-id: http://moon:8086/svn/software/trunk/libsrc/crc@947 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-13 05:45:02 +00:00
parent f0745f8757
commit d182b4e664
2 changed files with 11 additions and 19 deletions
+6
View File
@@ -0,0 +1,6 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= ./build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../libsrc)