summaryrefslogtreecommitdiff
path: root/libdde_linux26/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdde_linux26/examples/Makefile')
-rw-r--r--libdde_linux26/examples/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/libdde_linux26/examples/Makefile b/libdde_linux26/examples/Makefile
deleted file mode 100644
index 8717a0b5..00000000
--- a/libdde_linux26/examples/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-PKGDIR ?= ../..
-L4DIR ?= $(PKGDIR)/../..
-
-include $(L4DIR)/mk/Makeconf
--include $(PKGDIR_OBJ)/Makeconf
-
-ifeq ($(CONFIG_DDE26),y)
-TARGET = dde26_test ne2k bug_timersleep
-endif
-
-include $(L4DIR)/mk/subdir.mk
-
-