Changes in uspace/Makefile [af2254ec:bdfdc51c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
raf2254ec rbdfdc51c 41 41 app/corecfg \ 42 42 app/devctl \ 43 app/dltest \44 43 app/dnscfg \ 45 44 app/dnsres \ … … 85 84 app/mkbd \ 86 85 app/date \ 86 app/vcalc \ 87 87 app/vdemo \ 88 88 app/viewer \ … … 153 153 drv/bus/usb/ohci \ 154 154 drv/bus/usb/uhci \ 155 drv/bus/usb/uhcirh \156 155 drv/bus/usb/usbflbk \ 157 156 drv/bus/usb/usbhid \ … … 210 209 drv/fb/amdm37x_dispc \ 211 210 srv/hw/irc/icp-ic 211 endif 212 213 ## Dynamic linking tests 214 # 215 ifeq ($(CONFIG_BUILD_SHARED_LIBS),y) 216 DIRS += \ 217 app/dltest \ 218 app/dltests 212 219 endif 213 220
Note:
See TracChangeset
for help on using the changeset viewer.