Changeset 00acd66 in mainline for uspace/Makefile


Ignore:
Timestamp:
2007-06-23T13:34:01Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
72381f1
Parents:
3ae470a
Message:

New, better-structured, directory layout for uspace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3ae470a r00acd66  
    3333
    3434DIRS = \
    35         libc \
    36         softint \
    37         softfloat \
    38         init \
    39         ns \
    40         fb \
    41         kbd \
    42         console \
    43         tetris \
    44         tester \
    45         klog \
    46         rd \
    47         fs
     35        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
    4848
    4949ifeq ($(ARCH), amd64)
    50         DIRS += pci
     50        DIRS += srv/pci
    5151endif
    5252
    5353ifeq ($(ARCH), ia32)
    54         DIRS += pci
     54        DIRS += srv/pci
    5555endif
    5656
Note: See TracChangeset for help on using the changeset viewer.