]> git.proxmox.com Git - mirror_linux-firmware.git/blob - cis/Makefile
drm/amdgpu: update polaris12 to latest from 18.50 branch
[mirror_linux-firmware.git] / cis / Makefile
1 # The pack_cis tool from cis-tools
2 # <http://git.kernel.org/?p=utils/cis-tools/cis-tools.git>.
3 PACK_CIS = pack_cis
4
5 CIS_SRC := $(wildcard src/*.cis)
6 CIS_BIN := $(notdir $(CIS_SRC))
7
8 all: $(CIS_BIN)
9
10 %.cis: src/%.cis
11 $(PACK_CIS) -o $@ $<
12
13 clean:
14 rm -f $(CIS_BIN)