Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1249 → Rev 1250

//uspace/trunk/Makefile
38,9 → 38,15
libipc \
libadt \
init \
pci \
ns
 
ifeq ($(ARCH), amd64)
DIRS += pci
endif
ifeq ($(ARCH), ia32)
DIRS += pci
endif
 
BUILDS := $(addsuffix .build,$(DIRS))
CLEANS := $(addsuffix .clean,$(DIRS))