/usr/src/blcr-0.8.5/debian/conf.mk is in blcr-dkms 0.8.5-2.1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #!/usr/bin/make -f
# Configuration for BLCR in Debian
define exported
ifneq (,$(shell grep '^.*[[:space:]]$(1)[[:space:]]vmlinux[[:space:]]EXPORT_SYMBOL' $(srctree)/Module.symvers))
export $(2)=y
export EXTRA_CFLAGS += -D$(2)
endif
endef
|