Changes in uspace/Makefile [af2254ec:7c4b26c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
raf2254ec r7c4b26c 41 41 app/corecfg \ 42 42 app/devctl \ 43 app/dltest \44 43 app/dnscfg \ 45 44 app/dnsres \ … … 144 143 drv/char/pl050 \ 145 144 drv/char/ps2mouse \ 146 drv/char/atkbd \147 145 drv/char/xtkbd \ 148 146 drv/test/test1 \ … … 167 165 drv/platform/icp 168 166 167 169 168 ## Platform-specific hardware support 170 169 # … … 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 … … 242 249 lib/trackmod \ 243 250 lib/uri \ 251 lib/urcu \ 244 252 lib/usb \ 245 253 lib/usbhost \ … … 265 273 all: $(BUILDS) $(BUILDS_TESTS) 266 274 267 $(BUILDS_TESTS): $( LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD)275 $(BUILDS_TESTS): $(BUILDS) 268 276 $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK) 269 277
Note:
See TracChangeset
for help on using the changeset viewer.