Last change
on this file since 93 was 93, checked in by nmir-saito, 8 years ago |
add Combined package of SSP kernel for QB-R5F100LE-TB(RL78 processor)
|
File size:
814 bytes
|
Rev | Line | |
---|
[93] | 1 | #
|
---|
| 2 | # @(#) $Id: Makefile.prc 1304 2008-08-27 07:28:36Z ertl-honda $
|
---|
| 3 | #
|
---|
| 4 |
|
---|
| 5 | #
|
---|
| 6 | # Makefile ÌvZbT˶iARM-Mpj
|
---|
| 7 | #
|
---|
| 8 |
|
---|
| 9 | #
|
---|
| 10 | # RpCIvV
|
---|
| 11 | #
|
---|
| 12 | COPTS := $(COPTS) -mthumb
|
---|
| 13 | INCLUDES := $(INCLUDES) -I$(SRCDIR)/arch/$(PRC)_$(TOOL)/
|
---|
| 14 | LDFLAGS := -nostdlib $(LDFLAGS)
|
---|
| 15 | CDEFS := $(CDEFS) -DTOPPERS_LABEL_ASM
|
---|
| 16 | LIBS := $(LIBS) -lgcc
|
---|
| 17 |
|
---|
| 18 | #
|
---|
| 19 | # J[lÉÖ·éè`
|
---|
| 20 | #
|
---|
| 21 | KERNEL_DIR := $(KERNEL_DIR) $(SRCDIR)/arch/$(PRC)_$(TOOL)
|
---|
| 22 | KERNEL_ASMOBJS := $(KERNEL_ASMOBJS) prc_support.o
|
---|
| 23 | KERNEL_COBJS := $(KERNEL_COBJS) prc_config.o prc_timer.o
|
---|
| 24 |
|
---|
| 25 | #
|
---|
| 26 | # RtBM
|
---|
| 27 | [^ÖWÌÏÌè`
|
---|
| 28 | #
|
---|
| 29 | CFG_TABS := $(CFG_TABS) --cfg1-def-table $(SRCDIR)/arch/$(PRC)_$(TOOL)/prc_def.csv
|
---|
| 30 |
|
---|
| 31 | #
|
---|
| 32 | # ˶ÖWÌè`
|
---|
| 33 | #
|
---|
| 34 | cfg1_out.c: $(SRCDIR)/arch/$(PRC)_$(TOOL)/prc_def.csv
|
---|
| 35 | kernel_cfg.timestamp: $(SRCDIR)/arch/$(PRC)_$(TOOL)/prc.tf
|
---|
Note:
See
TracBrowser
for help on using the repository browser.