Changeset 53ad43c in mainline for kernel/Makefile
- Timestamp:
- 2018-03-08T18:54:30Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ef16903
- Parents:
- e0a4686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
re0a4686 r53ad43c 400 400 401 401 $(LINK): $(LINK).in | depend 402 $(CC) $(DEFS) $(CFLAGS) -D__AS M__ -D__LINKER__ -E -x c $< | grep -v "^\#" > $@402 $(CC) $(DEFS) $(CFLAGS) -D__ASSEMBLER__ -D__LINKER__ -E -x c $< | grep -v "^\#" > $@ 403 403 404 404 %.h: %.ag … … 408 408 409 409 %.o: %.S | depend 410 $(CC_JOB) -c -MD -MP $(DEFS) $(CFLAGS) $(AS_CFLAGS) -D__ASM__410 $(CC_JOB) -c -MD -MP $(DEFS) $(CFLAGS) $(AS_CFLAGS) 411 411 412 412 %.o: %.s | depend 413 $(CC_JOB) -c -MD -MP $(DEFS) $(CFLAGS) $(AS_CFLAGS) -D__ASM__413 $(CC_JOB) -c -MD -MP $(DEFS) $(CFLAGS) $(AS_CFLAGS) 414 414 415 415 %.o: %.c | depend
Note:
See TracChangeset
for help on using the changeset viewer.