Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4334 → Rev 4333

/trunk/uspace/srv/kbd/Makefile
112,15 → 112,8
 
ifeq ($(MACHINE), bgxemul)
GENARCH_SOURCES += \
port/gxemul.c
ifeq ($(CONFIG_FB), y)
GENARCH_SOURCES += \
ctl/gxe_fb.c
else
GENARCH_SOURCES += \
ctl/stty.c
endif
port/gxemul.c \
ctl/stty.c
endif
 
ifeq ($(UARCH), ppc32)