Changeset 8786aa5 in mainline for boot/arch/arm32/loader/Makefile.build
- Timestamp:
- 2010-01-04T15:21:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b766352
- Parents:
- e405228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/loader/Makefile.build
re405228 r8786aa5 65 65 %.o: %.S $(DEPEND) 66 66 $(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@ 67 ifeq ($(PRECHECK),y) 68 $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(CFLAGS) -D__ASM__ 69 endif 67 70 68 71 %.o: %.c $(DEPEND) 69 72 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 73 ifeq ($(PRECHECK),y) 74 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS) 75 endif 70 76 71 77 $(DEPEND):
Note:
See TracChangeset
for help on using the changeset viewer.