Changeset abc4982 in mainline for uspace


Ignore:
Timestamp:
2009-06-05T12:46:20Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f8ef660
Parents:
4a68194
Message:

group fhc and obio under a common directory

Location:
uspace
Files:
1 edited
4 moved

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r4a68194 rabc4982  
    6868ifeq ($(UARCH),sparc64)
    6969        DIRS += \
    70                 srv/fhc \
    71                 srv/obio
     70                srv/cir/fhc \
     71                srv/cir/obio
    7272endif
    7373
  • uspace/srv/cir/fhc/Makefile

    r4a68194 rabc4982  
    3131
    3232
    33 LIBC_PREFIX = ../../lib/libc
    34 SOFTINT_PREFIX = ../../lib/softint
     33LIBC_PREFIX = ../../../lib/libc
     34SOFTINT_PREFIX = ../../../lib/softint
    3535
    3636include $(LIBC_PREFIX)/Makefile.toolchain
  • uspace/srv/cir/obio/Makefile

    r4a68194 rabc4982  
    3131
    3232
    33 LIBC_PREFIX = ../../lib/libc
    34 SOFTINT_PREFIX = ../../lib/softint
     33LIBC_PREFIX = ../../../lib/libc
     34SOFTINT_PREFIX = ../../../lib/softint
    3535
    3636include $(LIBC_PREFIX)/Makefile.toolchain
Note: See TracChangeset for help on using the changeset viewer.