- Timestamp:
- 2009-05-21T19:14:40Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1e9d2c
- Parents:
- 296ddec0
- Location:
- uspace
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r296ddec0 re7645de 39 39 lib/softfloat \ 40 40 srv/bd/gxe_bd \ 41 srv/bd/rd \ 41 42 srv/ns \ 42 43 srv/loader \ … … 44 45 srv/kbd \ 45 46 srv/console \ 46 srv/rd \47 47 srv/fs/fat \ 48 48 srv/fs/tmpfs \ -
uspace/srv/bd/rd/Makefile
r296ddec0 re7645de 31 31 32 32 33 LIBC_PREFIX = ../../ lib/libc34 SOFTINT_PREFIX = ../../ lib/softint33 LIBC_PREFIX = ../../../lib/libc 34 SOFTINT_PREFIX = ../../../lib/softint 35 35 36 36 include $(LIBC_PREFIX)/Makefile.toolchain
Note:
See TracChangeset
for help on using the changeset viewer.