Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit a835ff2

Browse files
committed
topology: move platform m4 files from dsps directory to platform/intel
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent 1adb92a commit a835ff2

29 files changed

Lines changed: 24 additions & 22 deletions

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ AC_OUTPUT([
2020
rmbox/Makefile
2121
topology/Makefile
2222
topology/common/Makefile
23-
topology/dsps/Makefile
23+
topology/platform/Makefile
24+
topology/platform/intel/Makefile
2425
topology/m4/Makefile
2526
topology/sof/Makefile
2627
topology/test/Makefile

topology/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Dependencies
44
#
55

6-
SUBDIRS = test m4 sof common dsps
6+
SUBDIRS = test m4 sof common platform
77

88
DEPS = \
9-
dsps/*.m4 \
9+
platform/intel/*.m4 \
1010
common/*.m4 \
1111
m4/*.m4 \
1212
sof/*.m4

topology/platform/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SUBDIRS = intel

0 commit comments

Comments
 (0)