6029723bd6
gr-fcdproplus is an linux and OSX addon for gnuradio to implement a funcube dongle pro+ source. On linux autodetects the correct soundcard from /proc/asound/cards. This idea was taken from the osmosdr drivers. To control the device the hidraw code of the hidapi is used.
13 lines
411 B
Makefile
13 lines
411 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 13:07:13 mef Exp $
|
|
|
|
BUILDLINK_TREE+= gr-fcdproplus
|
|
|
|
.if !defined(GR_FCDPROPLUS_BUILDLINK3_MK)
|
|
GR_FCDPROPLUS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gr-fcdproplus+= gr-fcdproplus>=0.1
|
|
BUILDLINK_ABI_DEPENDS.gr-fcdproplus+= gr-fcdproplus>=0.1
|
|
BUILDLINK_PKGSRCDIR.gr-fcdproplus?= ../../ham/gr-fcdproplus
|
|
.endif # GR_FCDPROPLUS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gr-fcdproplus
|