summaryrefslogtreecommitdiffstats
path: root/meta-facebook/meta-wedge/recipes-wedge/wedge-eeprom/files/utils/Makefile
blob: 30aac7529c4bb6af8f8e254e512fc8b6c9910d1d (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2014-present Facebook. All Rights Reserved.
utils: weutil

weutil: weutil.o
	$(CC) $(LDFLAGS) -o $@ $^ -lwedge_eeprom

.PHONY: clean

clean:
	rm -rf *.o weutil
OpenPOWER on IntegriCloud