Changes in uspace/Makefile [a074b4f:684f767] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra074b4f r684f767 59 59 srv/fs/tmpfs \ 60 60 srv/fs/devfs \ 61 srv/hid/ console \62 srv/hid/c _mouse \61 srv/hid/adb_mouse \ 62 srv/hid/char_mouse \ 63 63 srv/hid/fb \ 64 64 srv/hid/kbd \ 65 65 srv/hw/char/i8042 66 67 ifneq ($(UARCH),abs32le) 68 DIRS += srv/hid/console 69 endif 66 70 67 71 ifeq ($(UARCH),amd64) … … 71 75 ifeq ($(UARCH),ia32) 72 76 DIRS += srv/hw/bus/pci 77 endif 78 79 ifeq ($(UARCH),ppc32) 80 DIRS += srv/hw/bus/cuda_adb 73 81 endif 74 82
Note:
See TracChangeset
for help on using the changeset viewer.