Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 4337 → Rev 4338

/branches/dynload/uspace/srv/kbd/genarch/src/nofb.c
60,6 → 60,9
static unsigned long buf = 0;
static int count = 0;
if (scan_code == '\r')
scan_code = '\n';
 
if(scan_code == 0x7e) {
switch (buf) {
case KEY_F5:
/branches/dynload/uspace/srv/kbd/Makefile
92,6 → 92,10
GENARCH_SOURCES += \
genarch/src/nofb.c
endif
ifeq ($(ARCH), mips32eb)
GENARCH_SOURCES += \
genarch/src/nofb.c
endif
 
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))