Changeset b3d513f in mainline for uspace/srv/hw/cir/fhc/Makefile.common
- Timestamp:
- 2010-01-05T17:25:29Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23efd30
- Parents:
- ed63298
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/cir/fhc/Makefile.common
red63298 rb3d513f 31 31 # 32 32 33 LIBC_PREFIX = ../../ lib/libc34 SOFTINT_PREFIX = ../../ lib/softint33 LIBC_PREFIX = ../../../../lib/libc 34 SOFTINT_PREFIX = ../../../../lib/softint 35 35 LIBS = $(LIBC_PREFIX)/libc.a 36 36 37 37 DEPEND = Makefile.depend 38 38 DEPEND_PREV = $(DEPEND).prev 39 JOB = console.job40 OUTPUT = console39 JOB = fhc.job 40 OUTPUT = fhc
Note:
See TracChangeset
for help on using the changeset viewer.