summaryrefslogtreecommitdiff
path: root/libdde_linux26/examples/bug_timersleep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdde_linux26/examples/bug_timersleep/Makefile')
-rw-r--r--libdde_linux26/examples/bug_timersleep/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/libdde_linux26/examples/bug_timersleep/Makefile b/libdde_linux26/examples/bug_timersleep/Makefile
new file mode 100644
index 00000000..a1f39f00
--- /dev/null
+++ b/libdde_linux26/examples/bug_timersleep/Makefile
@@ -0,0 +1,25 @@
+PKGDIR ?= ../../..
+L4DIR ?= $(PKGDIR)/../..
+
+SYSTEMS = x86-l4v2
+
+DEFAULT_RELOC = 0x00a00000
+
+-include $(PKGDIR_OBJ)/Makeconf
+
+TARGET = dde26_bug_timersleep
+
+SRC_C = main.c
+
+LIBS += -ldde_linux26.o -lddekit -lio -lomega0 -llist_alloc
+
+PRIVATE_INCDIR = $(PKGDIR_ABS)/linux26/include $(MY_DDE_INCDIR) $(MY_LINUX26_INCDIR) \
+ $(OBJ_BASE)/include/uclibc
+
+LIBCINCDIR = -nostdinc $(I_GCCINCDIR)
+DEFINES = -D__KERNEL__ -DDDE_LINUX $(KBUILD_DEFINES)
+CPPFLAGS += $(KBUILD_CPPFLAGS)
+
+include $(PKGDIR)/linux26/Makeconf
+
+include $(L4DIR)/mk/prog.mk