Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2465
Line 30... Line 30...
30
#
30
#
31
 
31
 
32
LIBC_PREFIX = ../libc
32
LIBC_PREFIX = ../libc
33
SOFTINT_PREFIX = ../softint
33
SOFTINT_PREFIX = ../softint
34
include $(LIBC_PREFIX)/Makefile.toolchain 
34
include $(LIBC_PREFIX)/Makefile.toolchain 
-
 
35
include ../../Makefile.config
35
 
36
 
36
CFLAGS += -Iinclude -I../libadt/include
37
CFLAGS += -Iinclude -I../libadt/include
37
 
38
 
38
LIBS = $(LIBC_PREFIX)/libc.a
39
LIBS = $(LIBC_PREFIX)/libc.a
39
 
40
 
Line 68... Line 69...
68
	ARCH_SOURCES += \
69
	ARCH_SOURCES += \
69
		arch/$(ARCH)/src/scanc.c
70
		arch/$(ARCH)/src/scanc.c
70
	GENARCH_SOURCES = \
71
	GENARCH_SOURCES = \
71
		genarch/src/kbd.c
72
		genarch/src/kbd.c
72
endif
73
endif
-
 
74
ifeq ($(ARCH), arm32)
-
 
75
ifeq ($(MACHINE), gxemul_testarm)
-
 
76
	ARCH_SOURCES += \
-
 
77
		arch/$(ARCH)/src/kbd_gxemul.c
-
 
78
endif
-
 
79
endif
73
 
80
 
74
 
81
 
75
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
82
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
76
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
83
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
77
GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES)))
84
GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES)))