Changes in uspace/Makefile [48e3190:a14f346] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r48e3190 ra14f346  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
    3940        app/devctl \
    4041        app/edit \
    41         app/ext2info \
    4242        app/getterm \
    4343        app/init \
     
    4747        app/klog \
    4848        app/loc \
     49        app/logset \
    4950        app/mkfat \
    5051        app/mkexfat \
     
    7172        app/sysinfo \
    7273        app/mkbd \
     74        app/date \
    7375        app/websrv \
    7476        app/vdemo \
     
    7779        srv/clipboard \
    7880        srv/locsrv \
     81        srv/logger \
    7982        srv/devman \
    8083        srv/loader \
     
    101104        srv/fs/mfs \
    102105        srv/fs/locfs \
    103         srv/fs/ext2fs \
    104106        srv/fs/ext4fs \
    105107        srv/hid/compositor \
     
    133135        drv/nic/ne2k \
    134136        drv/nic/e1k \
    135         drv/nic/rtl8139
     137        drv/nic/rtl8139 \
    136138
    137139ifeq ($(CONFIG_PCC),y)
     
    162164                drv/bus/isa \
    163165                drv/char/ns8250 \
     166                drv/time/cmos-rtc \
    164167                srv/hw/irc/apic \
    165168                srv/hw/irc/i8259
     
    172175                drv/bus/isa \
    173176                drv/char/ns8250 \
     177                drv/time/cmos-rtc \
    174178                srv/hw/irc/apic \
    175179                srv/hw/irc/i8259
     
    186190        DIRS += \
    187191                srv/hw/irc/obio
     192endif
     193
     194ifeq ($(UARCH),arm32)
     195        DIRS += \
     196                drv/infrastructure/rootamdm37x \
     197                drv/fb/amdm37x_dispc
    188198endif
    189199
     
    207217        lib/net \
    208218        lib/nic \
    209         lib/ext2 \
    210219        lib/ext4 \
    211220        lib/usb \
     
    214223        lib/usbhid \
    215224        lib/usbvirt \
     225        lib/bithenge \
    216226        lib/posix
    217227
Note: See TracChangeset for help on using the changeset viewer.