Changeset 27a8d1d in mainline for uspace/lib/softint/Makefile


Ignore:
Timestamp:
2011-07-31T05:00:59Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a6034a, b7ee0369
Parents:
2a53f71
Message:

Added softint shifts and comparisons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/Makefile

    r2a53f71 r27a8d1d  
    3535
    3636SOURCES = \
     37        generic/comparison.c \
    3738        generic/division.c \
    38         generic/multiplication.c
     39        generic/multiplication.c \
     40        generic/shift.c
    3941
    4042include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.