10 lines
316 B
Makefile
10 lines
316 B
Makefile
include /ioc/tools/driver.makefile
|
|
MODULE = $(notdir $(shell pwd))
|
|
BUILDCLASSES = Linux
|
|
ARCH_FILTER = eldk42% SL6-x86_64
|
|
EXCLUDE_VERSIONS = 3.14.8
|
|
SCRIPTS+=$(wildcard add_device*.cmd cfg/*.cfg cfg/*.py cfg/*.pbi qt/*.ui qt/*.jpg)
|
|
#SOURCES+=src/DHVSaSub.cpp
|
|
#DBDS+=src/DHVSaSub.dbd
|
|
USR_CXXFLAGS+= -fno-operator-names
|