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

po-eeprom: po-eeprom.o
	$(CC) -o $@ $^ $(LDFLAGS)

.PHONY: clean

clean:
	rm -rf *.o po-eeprom
OpenPOWER on IntegriCloud