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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

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