mirror of
https://github.com/brmlab/kalibrate-rtl.git
synced 2025-08-02 14:13:36 +02:00
use rtl-sdr instead of USRP
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
c58471bb42
commit
c3366bda71
8 changed files with 120 additions and 102 deletions
|
@ -19,5 +19,5 @@ kal_SOURCES = \
|
|||
util.h\
|
||||
version.h
|
||||
|
||||
kal_CXXFLAGS = $(FFTW3_CFLAGS) $(USRP_CFLAGS)
|
||||
kal_LDADD = $(FFTW3_LIBS) $(USRP_LIBS)
|
||||
kal_CXXFLAGS = $(FFTW3_CFLAGS) $(LIBRTLSDR_CFLAGS)
|
||||
kal_LDADD = $(FFTW3_LIBS) $(LIBRTLSDR_LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue