Subversion Repositories HelenOS-historic

Rev

Rev 1113 | Rev 1250 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1113 Rev 1181
Line 36... Line 36...
36
	softint \
36
	softint \
37
	softfloat \
37
	softfloat \
38
	libipc \
38
	libipc \
39
	libadt \
39
	libadt \
40
	init \
40
	init \
-
 
41
	pci \
41
	ns
42
	ns
42
 
43
 
43
BUILDS := $(addsuffix .build,$(DIRS))
44
BUILDS := $(addsuffix .build,$(DIRS))
44
CLEANS := $(addsuffix .clean,$(DIRS))
45
CLEANS := $(addsuffix .clean,$(DIRS))
45
 
46