Subversion Repositories HelenOS

Rev

Rev 3666 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3666 Rev 3685
Line 41... Line 41...
41
#
41
#
42
 
42
 
43
OUTPUT = lo #dp8390_isa
43
OUTPUT = lo #dp8390_isa
44
SOURCES = \
44
SOURCES = \
45
	$(NETIF).c \
45
	$(NETIF).c \
-
 
46
	../measured_strings.h \
46
	../module.c \
47
	../module.c \
47
	../modules.c
48
	../modules.c
48
 
49
 
49
DEFS += -D NETWORKING_$(NETWORKING) -D $(NETIF)_call=module_call -D $(NETIF)_message=module_message -D $(NETIF)_start_module=module_start -D $(NETIF)_print_name=module_print_name
50
DEFS += -D NETWORKING_$(NETWORKING) -D $(NETIF)_call=module_call -D $(NETIF)_message=module_message -D $(NETIF)_start_module=module_start -D $(NETIF)_print_name=module_print_name
50
 
51