Changes in uspace/Makefile [a074b4f:b3d513f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra074b4f rb3d513f  
    3838        app/init \
    3939        app/klog \
    40         app/mkfat \
    4140        app/redir \
    42         app/taskdump \
    4341        app/tester \
    4442        app/tetris \
     
    4846        srv/loader \
    4947        srv/ns \
    50         srv/taskmon \
    5148        srv/vfs \
    5249        srv/bd/ata_bd \
     
    5451        srv/bd/gxe_bd \
    5552        srv/bd/rd \
    56         srv/bd/part/guid_part \
    5753        srv/bd/part/mbr_part \
    5854        srv/fs/fat \
     
    8480        lib/libblock \
    8581        lib/softint \
    86         lib/softfloat \
    87 
    88 ifeq ($(UARCH),amd64)
    89         LIBS += lib/libpci
    90 endif
    91 
    92 ifeq ($(UARCH),ia32)
    93         LIBS += lib/libpci
    94 endif
    95 
     82        lib/softfloat
    9683
    9784LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.