Root/usrp/Makefile

Source at commit b51d442c317c76425cac446818ade6ccc43952c4 created 9 years 5 months ago.
By Werner Almesberger, atusb/fw/usb/dfu.c (config_descriptor): correct alt settings off-by-one error
1CFLAGS=-Wall -O9
2LDLIBS=-lm
3LDLIBS_fft=-lfftw3 -lm
4
5all: peak avg fft
6
7fft: fft.c
8    $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS_fft)
9

Archive Download this file



interactive