/usr/src/west-chamber-20100405+svn20110916.r119/Kbuild is in west-chamber-dkms 20100405+svn20110916.r119-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # -*- Makefile -*-
include ${XA_ABSTOPSRCDIR}/mconfig
-include ${XA_ABSTOPSRCDIR}/mconfig.*
obj-m += compat_xtables.o
obj-${build_CUI} += xt_CUI.o
obj-${build_ZHANG} += xt_ZHANG.o
obj-${build_UDPENCAP} += xt_UDPENCAP.o
obj-${build_gfw} += xt_gfw.o
-include ${M}/*.Kbuild
-include ${M}/Kbuild.*
EXTRA_CFLAGS += -I${XTABLESDIR} -I.
|