Changeset a1e7e78 in mainline for kernel/Makefile
- Timestamp:
- 2011-05-26T12:06:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c779e9
- Parents:
- 45ce950
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r45ce950 ra1e7e78 401 401 endif 402 402 403 #404 # The FPU tests are the only objects for which we allow the compiler to generate405 # FPU instructions.406 #407 408 test/fpu/%.o: test/fpu/%.c $(DEPEND)409 $(CC) $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) -c -o $@ $<410 ifeq ($(PRECHECK),y)411 $(JOBFILE) $(JOB) $< $@ cc test $(DEFS) $(CFLAGS) $(EXTRA_FLAGS)412 endif413 414 #415 # Ordinary objects.416 #417 418 403 %.o: %.c $(DEPEND) 419 404 $(CC) $(DEFS) $(CFLAGS) $(EXTRA_FLAGS) $(FPU_NO_CFLAGS) $(if $(findstring $<,$(INSTRUMENTED_SOURCES)),$(INSTRUMENTATION)) -c -o $@ $<
Note:
See TracChangeset
for help on using the changeset viewer.