Changes in / [6946f23:0773396] in mainline
- Files:
-
- 27 added
- 4 edited
-
boot/Makefile.common (modified) (1 diff)
-
kernel/arch/amd64/include/arch/debugger.h (added)
-
kernel/arch/arm32/include/arch/mach/testarm/testarm.h (added)
-
kernel/arch/ia32/include/arch/debugger.h (added)
-
kernel/genarch/include/genarch/fb/logo-196x66.h (added)
-
uspace/Makefile (modified) (2 diffs)
-
uspace/Makefile.common (modified) (1 diff)
-
uspace/app/hdisk/Makefile (added)
-
uspace/app/hdisk/common.h (added)
-
uspace/app/hdisk/func_gpt.c (added)
-
uspace/app/hdisk/func_gpt.h (added)
-
uspace/app/hdisk/func_mbr.c (added)
-
uspace/app/hdisk/func_mbr.h (added)
-
uspace/app/hdisk/func_none.c (added)
-
uspace/app/hdisk/func_none.h (added)
-
uspace/app/hdisk/hdisk.c (added)
-
uspace/app/hdisk/hdisk.h (added)
-
uspace/app/hdisk/input.c (added)
-
uspace/app/hdisk/input.h (added)
-
uspace/lib/c/Makefile (modified) (1 diff)
-
uspace/lib/c/generic/checksum.c (added)
-
uspace/lib/c/include/checksum.h (added)
-
uspace/lib/gpt/Makefile (added)
-
uspace/lib/gpt/global.c (added)
-
uspace/lib/gpt/gpt.h (added)
-
uspace/lib/gpt/libgpt.c (added)
-
uspace/lib/gpt/libgpt.h (added)
-
uspace/lib/mbr/Makefile (added)
-
uspace/lib/mbr/libmbr.c (added)
-
uspace/lib/mbr/libmbr.h (added)
-
uspace/lib/mbr/mbr.h (added)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r6946f23 r0773396 178 178 $(USPACE_PATH)/app/download/download \ 179 179 $(USPACE_PATH)/app/edit/edit \ 180 $(USPACE_PATH)/app/hdisk/hdisk \ 180 181 $(USPACE_PATH)/app/inet/inet \ 181 182 $(USPACE_PATH)/app/kill/kill \ -
uspace/Makefile
r6946f23 r0773396 45 45 app/edit \ 46 46 app/getterm \ 47 app/hdisk \ 47 48 app/init \ 48 49 app/inet \ … … 252 253 lib/pcm \ 253 254 lib/bithenge \ 254 lib/posix 255 lib/posix \ 256 lib/mbr \ 257 lib/gpt 255 258 256 259 LIBC_BUILD = $(addsuffix .build,$(LIBC)) -
uspace/Makefile.common
r6946f23 r0773396 146 146 LIBURI_PREFIX = $(LIB_PREFIX)/uri 147 147 148 LIBMBR_PREFIX = $(LIB_PREFIX)/mbr 149 LIBGPT_PREFIX = $(LIB_PREFIX)/gpt 150 148 151 ifeq ($(STATIC_NEEDED),y) 149 152 STATIC_BUILD = y -
uspace/lib/c/Makefile
r6946f23 r0773396 63 63 generic/cap.c \ 64 64 generic/cfg.c \ 65 generic/checksum.c \ 65 66 generic/clipboard.c \ 66 67 generic/corecfg.c \
Note:
See TracChangeset
for help on using the changeset viewer.
