File: rules

package info (click to toggle)
firmware-sof 2025.05.1-1
  • links: PTS, VCS
  • area: non-free-firmware
  • in suites: forky, sid
  • size: 40,080 kB
  • sloc: sh: 56; python: 27; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export SOF_INSTALL_DIR=debian/firmware-sof-signed/usr/lib/firmware/intel
%:
	dh $@

override_dh_auto_install:
	mkdir -p $(SOF_INSTALL_DIR)
	cp -a sof $(SOF_INSTALL_DIR)
	cp -a sof-ipc4 $(SOF_INSTALL_DIR)
	cp -a sof-tplg $(SOF_INSTALL_DIR)
	cp -a sof-ipc4-tplg $(SOF_INSTALL_DIR)
	cp -a sof-ipc4-lib $(SOF_INSTALL_DIR)