aboutsummaryrefslogtreecommitdiff
path: root/tests/modehotplug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modehotplug/Makefile')
-rw-r--r--tests/modehotplug/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/modehotplug/Makefile b/tests/modehotplug/Makefile
deleted file mode 100644
index 467fb11a..00000000
--- a/tests/modehotplug/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-all: app
-
-#CFLAGS = -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \
-# -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE \
-
-app: demo.c
- @gcc $(CFLAGS) -o app -Wall -I../../libdrm -I../../shared-core -L../../libdrm/.libs -ldrm demo.c
-
-clean:
- @rm -f app
-
-run: app
- sudo ./test