Changes in uspace/Makefile [b73c26d:975e7e9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/Makefile ¶
rb73c26d r975e7e9 40 40 app/mkfat \ 41 41 app/redir \ 42 app/taskdump \43 42 app/tester \ 44 43 app/tetris \ … … 48 47 srv/loader \ 49 48 srv/ns \ 50 srv/taskmon \51 49 srv/vfs \ 52 50 srv/bd/ata_bd \ … … 59 57 srv/fs/tmpfs \ 60 58 srv/fs/devfs \ 61 srv/hid/adb_mouse \62 59 srv/hid/console \ 63 srv/hid/c har_mouse \60 srv/hid/c_mouse \ 64 61 srv/hid/fb \ 65 62 srv/hid/kbd \ … … 72 69 ifeq ($(UARCH),ia32) 73 70 DIRS += srv/hw/bus/pci 74 endif75 76 ifeq ($(UARCH),ppc32)77 DIRS += srv/hw/bus/cuda_adb78 71 endif 79 72
Note:
See TracChangeset
for help on using the changeset viewer.