Changes in uspace/Makefile [975e7e9:dccf721] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r975e7e9 rdccf721  
    5252        srv/bd/gxe_bd \
    5353        srv/bd/rd \
    54         srv/bd/part/guid_part \
    5554        srv/bd/part/mbr_part \
    5655        srv/fs/fat \
     
    8281        lib/libblock \
    8382        lib/softint \
    84         lib/softfloat \
    85 
    86 ifeq ($(UARCH),amd64)
    87         LIBS += lib/libpci
    88 endif
    89 
    90 ifeq ($(UARCH),ia32)
    91         LIBS += lib/libpci
    92 endif
    93 
     83        lib/softfloat
    9484
    9585LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.