Changes in uspace/Makefile [c6f08726:e76e833] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rc6f08726 re76e833 81 81 srv/fs/devfs \ 82 82 srv/fs/ext2fs \ 83 srv/hid/console \84 83 srv/hid/s3c24xx_ts \ 85 84 srv/hid/fb \ … … 112 111 drv/bus/usb/vhc 113 112 113 ifeq ($(CONFIG_PCC),y) 114 DIRS += \ 115 app/cc \ 116 app/ccom \ 117 app/ccom/mkext \ 118 app/cpp 119 endif 120 121 ifeq ($(CONFIG_BINUTILS),y) 122 DIRS += \ 123 app/binutils 124 endif 125 114 126 ## Networking 115 127 # … … 121 133 ## Platform-specific hardware support 122 134 # 135 136 ifneq ($(UARCH),abs32le) 137 DIRS += srv/hid/console 138 endif 123 139 124 140 ifeq ($(UARCH),amd64) … … 166 182 lib/drv \ 167 183 lib/packet \ 168 lib/imgmap \169 184 lib/net \ 170 185 lib/ext2 \ … … 173 188 lib/usbdev \ 174 189 lib/usbhid \ 175 lib/usbvirt 190 lib/usbvirt \ 191 lib/posix 176 192 177 193 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.