Changeset 5a4c754 in mainline for Makefile


Ignore:
Timestamp:
2006-04-28T13:02:59Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5140e3e
Parents:
3da9987
Message:

Add as.h to libc and compile pci module only for amd64 and ia32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r3da9987 r5a4c754  
    3939        libadt \
    4040        init \
    41         pci \
    4241        ns
     42
     43ifeq ($(ARCH), amd64)
     44        DIRS += pci
     45endif
     46ifeq ($(ARCH), ia32)
     47        DIRS += pci
     48endif
    4349
    4450BUILDS := $(addsuffix .build,$(DIRS))
Note: See TracChangeset for help on using the changeset viewer.