Subversion Repositories HelenOS

Rev

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

Rev 3685 Rev 3846
Line 43... Line 43...
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
	../measured_strings.h \
47
	../module.c \
47
	../module.c \
48
	../modules.c
48
	../modules.c \
-
 
49
	../packet.c
49
 
50
 
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
51
DEFS += -D $(NETIF)_message=module_message -D $(NETIF)_start_module=module_start -D $(NETIF)_print_name=module_print_name
51
 
52
 
52
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
53
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
53
OBJECTS += $(addsuffix .o,$(basename $(OUTPUT)))
54
OBJECTS += $(addsuffix .o,$(basename $(OUTPUT)))
54
DISASMS := $(addsuffix .disasm,$(basename $(OUTPUT)))
55
DISASMS := $(addsuffix .disasm,$(basename $(OUTPUT)))
55
 
56