Logo
Explore Help
Sign In
Linux/linux-firmware
1
0
Fork 0
You've already forked linux-firmware
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ synced 2025-12-18 03:04:45 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
81ee454d0911f3ec00d06e69c4f5e4cf6dc06995
linux-firmware/cis/Makefile

15 lines
264 B
Makefile
Raw Normal View History

cis: Add makefile for building CIS files from text format Most of the CIS files come from the pcmcia-cs project and are built from a text format using the pack_cis tool. In pcmcia-cs 3.2.8, apparently the last release, pack_cis had some bugs that are fatal when it is built with a current gcc and glibc. Therefore I refer to my own repackaged version that runs successfully and generates exactly the same binaries included here. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2011-08-24 06:31:12 +01:00
# The pack_cis tool from cis-tools
# <http://git.kernel.org/?p=utils/cis-tools/cis-tools.git>.
PACK_CIS = pack_cis
CIS_SRC := $(wildcard src/*.cis)
CIS_BIN := $(notdir $(CIS_SRC))
all: $(CIS_BIN)
%.cis: src/%.cis
$(PACK_CIS) -o $@ $<
clean:
rm -f $(CIS_BIN)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 117ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API