Changes in uspace/Makefile [7c4b26c:af2254ec] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r7c4b26c raf2254ec 41 41 app/corecfg \ 42 42 app/devctl \ 43 app/dltest \ 43 44 app/dnscfg \ 44 45 app/dnsres \ … … 143 144 drv/char/pl050 \ 144 145 drv/char/ps2mouse \ 146 drv/char/atkbd \ 145 147 drv/char/xtkbd \ 146 148 drv/test/test1 \ … … 165 167 drv/platform/icp 166 168 167 168 169 ## Platform-specific hardware support 169 170 # … … 209 210 drv/fb/amdm37x_dispc \ 210 211 srv/hw/irc/icp-ic 211 endif212 213 ## Dynamic linking tests214 #215 ifeq ($(CONFIG_BUILD_SHARED_LIBS),y)216 DIRS += \217 app/dltest \218 app/dltests219 212 endif 220 213 … … 249 242 lib/trackmod \ 250 243 lib/uri \ 251 lib/urcu \252 244 lib/usb \ 253 245 lib/usbhost \ … … 273 265 all: $(BUILDS) $(BUILDS_TESTS) 274 266 275 $(BUILDS_TESTS): $( BUILDS)267 $(BUILDS_TESTS): $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD) 276 268 $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK) 277 269
Note:
See TracChangeset
for help on using the changeset viewer.