Changes in uspace/lib/c/arch/mips32/Makefile.inc [ee98e81:309a894] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/Makefile.inc
ree98e81 r309a894 28 28 29 29 ARCH_SOURCES = \ 30 arch/$(UARCH)/src/entry.S \ 30 31 arch/$(UARCH)/src/entryjmp.S \ 31 32 arch/$(UARCH)/src/thread_entry.S \ … … 40 41 arch/$(UARCH)/include/libarch/fibril_context.ag 41 42 42 EXTRA_OUTPUT +=arch/$(UARCH)/src/entry.o43 .PRECIOUS: arch/$(UARCH)/src/entry.o
Note:
See TracChangeset
for help on using the changeset viewer.