File: rules

package info (click to toggle)
firmware-sof 2.2.4-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm
  • size: 18,372 kB
  • sloc: sh: 41; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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/lib/firmware/intel
%:
	dh $@

override_dh_auto_install:
	mkdir -p $(SOF_INSTALL_DIR)
	cp -a sof-v* $(SOF_INSTALL_DIR)/sof
	cp -a sof-tplg-v* $(SOF_INSTALL_DIR)/sof-tplg