Changeset c6a1768 in mainline
- Timestamp:
- 2018-03-17T18:39:54Z (7 years ago)
- Children:
- a24df004
- Parents:
- e6d670f
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
re6d670f rc6a1768 238 238 $(USPACE_PATH)/lib/label/test-liblabel \ 239 239 $(USPACE_PATH)/lib/posix/test-libposix \ 240 $(USPACE_PATH)/lib/softint/test-libsoftint \ 240 241 $(USPACE_PATH)/lib/uri/test-liburi \ 241 242 $(USPACE_PATH)/drv/bus/usb/xhci/test-xhci \ -
uspace/lib/softint/Makefile
re6d670f rc6a1768 39 39 generic/shift.c 40 40 41 TEST_SOURCES = \ 42 test/main.c \ 43 test/multiplication.c 44 41 45 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.