Changeset 00acd66 in mainline for uspace/Makefile
- Timestamp:
- 2007-06-23T13:34:01Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72381f1
- Parents:
- 3ae470a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r3ae470a r00acd66 33 33 34 34 DIRS = \ 35 lib c \36 softint \37 softfloat \38 init\39 ns\40 fb\41 kbd\42 console\43 tetris \44 tester\45 klog\46 rd\47 fs35 lib/libc \ 36 lib/softint \ 37 lib/softfloat \ 38 srv/ns \ 39 srv/fb \ 40 srv/kbd \ 41 srv/console \ 42 srv/rd \ 43 srv/fs \ 44 app/tetris \ 45 app/tester \ 46 app/klog \ 47 app/init 48 48 49 49 ifeq ($(ARCH), amd64) 50 DIRS += pci50 DIRS += srv/pci 51 51 endif 52 52 53 53 ifeq ($(ARCH), ia32) 54 DIRS += pci54 DIRS += srv/pci 55 55 endif 56 56
Note:
See TracChangeset
for help on using the changeset viewer.