]> git.ipfire.org Git - thirdparty/linux-firmware.git/blame - cis/Makefile
brcm: Fix filename for BCM43430 NVRAM for the Raspberry Pi 3 Model B
[thirdparty/linux-firmware.git] / cis / Makefile
CommitLineData
81ee454d
BH
1# The pack_cis tool from cis-tools
2# <http://git.kernel.org/?p=utils/cis-tools/cis-tools.git>.
3PACK_CIS = pack_cis
4
5CIS_SRC := $(wildcard src/*.cis)
6CIS_BIN := $(notdir $(CIS_SRC))
7
8all: $(CIS_BIN)
9
10%.cis: src/%.cis
11 $(PACK_CIS) -o $@ $<
12
13clean:
14 rm -f $(CIS_BIN)