summaryrefslogtreecommitdiffstats
path: root/meta-facebook/meta-wedge/recipes-wedge/ipmid/files/Makefile
blob: 82829640f9645dee393f73abfc8daf499fe70adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2014-present Facebook. All Rights Reserved.
all: ipmid

ipmid: ipmid.c \
	platform/timestamp.c platform/sel.c platform/sdr.c \
	platform/wedge/sensor.c \
	platform/wedge/fruid.c
	$(CC) -pthread -lwedge_eeprom -std=c99 -o $@ $^ $(LDFLAGS)

.PHONY: clean

clean:
	rm -rf *.o platform/*.o platform/wedge/*.o ipmid
OpenPOWER on IntegriCloud