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