Changeset 018e1e3 in mainline for uspace/srv/kbd/Makefile


Ignore:
Timestamp:
2008-12-28T12:35:00Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b74af07
Parents:
4f75b63
Message:

Fix mips32eb build a bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/Makefile

    r4f75b63 r018e1e3  
    9393            genarch/src/nofb.c
    9494endif
     95ifeq ($(ARCH), mips32eb)
     96        GENARCH_SOURCES += \
     97            genarch/src/nofb.c
     98endif
    9599
    96100GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.