comparison packages/hal/v85x/v850/current/cdl/hal_v85x_v850.cdl @ 124:0ec04793409a ecos-sw-2000-09-11

Merge from eCos master repository on 2000-09-11-03:00:13-BST
author jlarmour
date Mon, 11 Sep 2000 02:42:46 +0000
parents b15c60e34c84
children b939e9cada46
comparison
equal deleted inserted replaced
123:9b71e8e665a3 124:0ec04793409a
55 puts $::cdl_header "#include <pkgconf/hal_v85x.h>" 55 puts $::cdl_header "#include <pkgconf/hal_v85x.h>"
56 } 56 }
57 57
58 compile v850_stub.c v850_misc.c context.S 58 compile v850_stub.c v850_misc.c context.S
59 59
60 cdl_interface CYGINT_HAL_V85X_VARIANT_SA1 {
61 display "Defined if CPU is a V850/SA1"
62 }
63
64 cdl_interface CYGINT_HAL_V85X_VARIANT_SB1 {
65 display "Defined if CPU is a V850/SB1"
66 }
67
60 make { 68 make {
61 <PREFIX>/lib/target.ld: <PACKAGE>/src/v85x_v850.ld 69 <PREFIX>/lib/target.ld: <PACKAGE>/src/v85x_v850.ld
62 $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $< 70 $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $<
63 @echo $@ ": \\" > $(notdir $@).deps 71 @echo $@ ": \\" > $(notdir $@).deps
64 @tail +2 target.tmp >> $(notdir $@).deps 72 @tail +2 target.tmp >> $(notdir $@).deps