summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-01-19 06:46:23 +1000
committerDave Airlie <airlied@linux.ie>2009-01-19 06:46:23 +1000
commit27fae006853647ad0087067adc4eaa8d4ed4594a (patch)
tree67c2e75e0c46a6d506d16c0797bc63d016992b65 /linux-core
parent18d3cc076b53f2032eed1f9a4b21947f4cb9e4e7 (diff)
drm: remove drmstat/dristat from linux-core build
pointed out by pq
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/Makefile21
1 files changed, 1 insertions, 20 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile
index 5235721c..c50275b3 100644
--- a/linux-core/Makefile
+++ b/linux-core/Makefile
@@ -93,9 +93,7 @@ FFBHEADERS = ffb_drv.h $(DRMHEADERS)
NOUVEAUHEADERS = nouveau_drv.h nouveau_drm.h nouveau_reg.h $(DRMHEADERS)
XGIHEADERS = xgi_cmdlist.h xgi_drv.h xgi_misc.h xgi_regs.h $(DRMHEADERS)
-PROGS = dristat drmstat
-
-CLEANFILES = *.o *.ko $(PROGS) .depend .*.flags .*.d .*.cmd *.mod.c drm_pciids.h .tmp_versions
+CLEANFILES = *.o *.ko .depend .*.flags .*.d .*.cmd *.mod.c drm_pciids.h .tmp_versions
# VERSION is not defined from the initial invocation. It is defined when
# this Makefile is invoked from the kernel's root Makefile.
@@ -221,23 +219,6 @@ clean cleandir:
$(MODULE_LIST)::
make DRM_MODULES=$@ modules
-# Build test utilities
-
-PRGCFLAGS = $(CFLAGS) -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \
- -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \
- -I. -I../../..
-
-DRMSTATLIBS = -L../../.. -L.. -ldrm -lxf86_os \
- -L../../../../dummylib -ldummy -lm
-
-programs: $(PROGS)
-
-dristat: dristat.c
- $(CC) $(PRGCFLAGS) $< -o $@
-
-drmstat: drmstat.c
- $(CC) $(PRGCFLAGS) $< -o $@ $(DRMSTATLIBS)
-
install:
make -C $(LINUXDIR) $(GETCONFIG) SUBDIRS=`/bin/pwd` DRMSRCDIR=`/bin/pwd` modules_install