Changes in uspace/Makefile [684f767:a074b4f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r684f767 ra074b4f 59 59 srv/fs/tmpfs \ 60 60 srv/fs/devfs \ 61 srv/hid/ adb_mouse \62 srv/hid/c har_mouse \61 srv/hid/console \ 62 srv/hid/c_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/console69 endif70 66 71 67 ifeq ($(UARCH),amd64) … … 75 71 ifeq ($(UARCH),ia32) 76 72 DIRS += srv/hw/bus/pci 77 endif78 79 ifeq ($(UARCH),ppc32)80 DIRS += srv/hw/bus/cuda_adb81 73 endif 82 74
Note:
See TracChangeset
for help on using the changeset viewer.