write headers is compulsory for eiger and shouldnt be in makefile

This commit is contained in:
Dhanya Maliakal 2015-06-16 16:28:53 +02:00
parent 67628c74e1
commit aa94f2f7be

View File

@ -7,7 +7,7 @@ CXX = $(CC)
ASM=$(shell echo "/lib/modules/`uname -r`/build/include") ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
LDFLAGDET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread LDFLAGDET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread
LDFLAGRXR = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread LDFLAGRXR = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread
FLAGS= -Wall -DEIGER_DEBUG -DEIGER_DEBUG2 -DWRITE_HEADERS #-DEIGER_DEBUG #-DFIFO_DEBUG FLAGS= -Wall #-DEIGER_DEBUG -DEIGER_DEBUG2 #-DFIFO_DEBUG
# -DVERBOSE # -DVERBOSE
# Setting up the verbose flags # Setting up the verbose flags