blob: 1d6f8b671632558309f4eda5eb905cf950a3ec83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PKGDIR ?= ../libdde_linux26
L4DIR ?= $(PKGDIR)
SYSTEMS = x86-l4v2
DEFAULT_RELOC = 0x00a00000
include Makeconf.local
TARGET = dde26_test
SRC_C = main.c
LIBS += -ldde_linux26.o -ldde_linux26_block -ldde_linux26_char -ldde_linux26_net /root/hurd/libddekit/libddekit.a -lpciaccess -lpthread -lshouldbeinlibc
CFLAGS += -g
# DDE configuration
include $(L4DIR)/Makeconf
include $(L4DIR)/mk/prog.mk
|