Changeset 15eeb93 in mainline


Ignore:
Timestamp:
2010-01-15T22:21:19Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf240cb, dc9162b
Parents:
e5773c6
Message:

libpci can only be built on ia32/amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re5773c6 r15eeb93  
    8080        lib/libfs \
    8181        lib/libblock \
    82         lib/libpci \
    8382        lib/softint \
    8483        lib/softfloat \
     84
     85ifeq ($(UARCH),amd64)
     86        LIBS += lib/libpci
     87endif
     88
     89ifeq ($(UARCH),ia32)
     90        LIBS += lib/libpci
     91endif
     92
    8593
    8694LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.