mirror of https://github.com/thesofproject/sof.git
build: fix package name to sof
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
93d62e595e
commit
6bb3783952
|
@ -1,5 +1,5 @@
|
|||
AC_PREREQ([2.69])
|
||||
AC_INIT([Reef],[m4_esyscmd(./version.sh)],[sound-open-firmware@alsa-project.org])
|
||||
AC_INIT([sof],[m4_esyscmd(./version.sh)],[sound-open-firmware@alsa-project.org])
|
||||
AC_CONFIG_SRCDIR([src/init/init.c])
|
||||
AC_CONFIG_HEADERS([src/include/config.h])
|
||||
AC_CONFIG_MACRO_DIRS([m4])
|
||||
|
|
Loading…
Reference in New Issue