summaryrefslogtreecommitdiffstats
path: root/pilc/raspi-hat/eeprom/Makefile
blob: 30ee9bfbb8f3200346cb0c82f246afa97cee5fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
EEPROMUTILS_DIR	:= ../../../submodules/raspi-hat-tools/eepromutils
EEPMAKE		:= $(EEPROMUTILS_DIR)/eepmake

%.dtb: %.dts
	false

%.eep: %.txt %.dtb
	$(MAKE) -C $(EEPROMUTILS_DIR) all
	$(EEPMAKE) $< $@ $*.dtb
	$(MAKE) -C $(EEPROMUTILS_DIR) clean

all: pilc_eeprom_settings.eep

clean:
	rm -f *.eep
bues.ch cgit interface