Changeset 53ad43c in mainline for boot/arch/mips32
- Timestamp:
- 2018-03-08T18:54:30Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ef16903
- Parents:
- e0a4686
- Location:
- boot/arch/mips32
- Files:
-
- 2 edited
-
include/arch/arch.h (modified) (1 diff)
-
src/Makefile.build (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/include/arch/arch.h
re0a4686 r53ad43c 55 55 #endif 56 56 57 #ifndef __AS M__57 #ifndef __ASSEMBLER__ 58 58 #define PA2KA(addr) (((uintptr_t) (addr)) + 0x80000000) 59 59 #define PA2KSEG(addr) (((uintptr_t) (addr)) + 0xa0000000) -
boot/arch/mips32/src/Makefile.build
re0a4686 r53ad43c 65 65 66 66 %.o: %.S $(DEPEND) 67 $(CC) $(DEFS) $(CFLAGS) - D__ASM__ -c $< -o $@67 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 68 68 ifeq ($(PRECHECK),y) 69 $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(CFLAGS) -D__ASM__69 $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(CFLAGS) 70 70 endif 71 71
Note:
See TracChangeset
for help on using the changeset viewer.
