Subversion Repositories HelenOS

Rev

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

Rev 3343 Rev 3397
Line 46... Line 46...
46
	srv/fs/tmpfs \
46
	srv/fs/tmpfs \
47
	srv/vfs \
47
	srv/vfs \
48
	srv/devmap \
48
	srv/devmap \
49
	app/tetris \
49
	app/tetris \
50
	app/tester \
50
	app/tester \
51
	app/cli \
-
 
52
	app/klog \
51
	app/klog \
53
	app/init
52
	app/init \
-
 
53
	app/bdsh
54
 
54
 
55
ifeq ($(ARCH), amd64)
55
ifeq ($(ARCH), amd64)
56
	DIRS += srv/pci
56
	DIRS += srv/pci
57
endif
57
endif
58
 
58