~adam-hraska+lp/helenos/cht-bench

« back to all changes in this revision

Viewing changes to uspace/Makefile

  • Committer: Adam Hraska
  • Date: 2012-08-08 17:19:28 UTC
  • mfrom: (1574.1.16 rcu-clone)
  • Revision ID: adam.hraska+hos@gmail.com-20120808171928-7gf0fh7pcxxcoaoo
Merged in mainline changes from rcu-clone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        app/killall \
47
47
        app/klog \
48
48
        app/loc \
49
 
        app/lsusb \
50
49
        app/mkfat \
51
50
        app/mkexfat \
52
51
        app/mkmfs \
84
83
        srv/taskmon \
85
84
        srv/vfs \
86
85
        srv/bd/ata_bd \
 
86
        srv/bd/sata_bd \
87
87
        srv/bd/file_bd \
88
88
        srv/bd/gxe_bd \
89
89
        srv/bd/rd \
104
104
        srv/hw/char/s3c24xx_uart \
105
105
        drv/infrastructure/root \
106
106
        drv/infrastructure/rootvirt \
 
107
        drv/block/ahci \
107
108
        drv/char/i8042 \
108
109
        drv/char/ps2mouse \
109
110
        drv/char/xtkbd \
168
169
ifeq ($(UARCH),ppc32)
169
170
        DIRS += \
170
171
                drv/infrastructure/rootmac \
 
172
                drv/bus/pci/pciintel \
171
173
                srv/hw/bus/cuda_adb
172
174
endif
173
175