mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
32 lines
915 B
Diff
32 lines
915 B
Diff
From 3266ddbdd170cd7ce3847a5cb578131f3b7a9d68 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
|
Date: Thu, 1 Aug 2019 12:23:59 +0200
|
|
Subject: [PATCH] Add missing dsp in SUBDIRS
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
|
---
|
|
src/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/Makefile b/src/Makefile
|
|
index a340210f..9f4c003f 100644
|
|
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -6,7 +6,7 @@ ifneq ($(VERBOSE),1)
|
|
.SILENT:
|
|
endif
|
|
|
|
-SUBDIRS = core metadata utils
|
|
+SUBDIRS = core dsp metadata utils
|
|
MODULES = $(SUBDIRS)
|
|
CONTAINER_DEPS = $(OBJ_METADATA) $(OBJ_CORE) $(UTL_FILES)
|
|
UTL_DEPS = $(OBJ_CORE) $(OBJ_DSP) $(OBJ_METADATA)
|
|
--
|
|
2.31.1
|
|
|