adc reader standalone for blackfin as well

This commit is contained in:
Dhanya Maliakal
2017-08-24 18:41:30 +02:00
parent 5e11e0a7db
commit a78bc86bca

View File

@ -1,4 +1,5 @@
CC = g++
#CC = bfin-uclinux-
SRC = slsADCReader.cpp
INCLUDES = -I ../../slsReceiverSoftware/include -I ../commonFiles
CFLAGS = -Wall -lm -lstdc++