summaryrefslogtreecommitdiffstats
path: root/common/recipes-core/sensor-util/files/Makefile
blob: 168e4d73e22cdfc2be98c8fdb711e1f266e71f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2015-present Facebook. All Rights Reserved.
all: sensor-util 


sensor-util: sensor-util.o
	$(CC) $(CFLAGS) -lsdr -lpal -lrt -lm -std=gnu99 -o $@ $^ $(LDFLAGS)

.PHONY: clean

clean:
	rm -rf *.o sensor-util
OpenPOWER on IntegriCloud