Subversion Repositories HelenOS-historic

Rev

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

Rev 867 Rev 894
Line 66... Line 66...
66
	GENARCH_SOURCES += \
66
	GENARCH_SOURCES += \
67
		genarch/src/fb/font-8x16.c \
67
		genarch/src/fb/font-8x16.c \
68
		genarch/src/fb/fb.c
68
		genarch/src/fb/fb.c
69
	DEFS += -DCONFIG_FB
69
	DEFS += -DCONFIG_FB
70
endif
70
endif
-
 
71
 
-
 
72
## i8042 controller
-
 
73
ifeq ($(CONFIG_I8042),y)
-
 
74
	GENARCH_SOURCES += \
-
 
75
		genarch/src/i8042/i8042.c
-
 
76
endif