comparison packages/hal/arm/edb7xxx/current/misc/PKGconf.mak @ 64:c38311975d4f ecos-sw-2000-01-28

Merge from eCos master repository on 2000-01-28-04:28:11-GMT
author jlarmour
date Fri, 28 Jan 2000 04:59:39 +0000
parents 7a6ac9edc838
children bf00f99aec69
comparison
equal deleted inserted replaced
63:119e6e57c342 64:c38311975d4f
4 # 4 #
5 # hal/arm/edb7xxx/misc 5 # hal/arm/edb7xxx/misc
6 # 6 #
7 #=============================================================================== 7 #===============================================================================
8 #####COPYRIGHTBEGIN#### 8 #####COPYRIGHTBEGIN####
9 # 9 #
10 # ------------------------------------------- 10 # -------------------------------------------
11 # The contents of this file are subject to the Cygnus eCos Public License 11 # The contents of this file are subject to the Red Hat eCos Public License
12 # Version 1.0 (the "License"); you may not use this file except in 12 # Version 1.0 (the "License"); you may not use this file except in
13 # compliance with the License. You may obtain a copy of the License at 13 # compliance with the License. You may obtain a copy of the License at
14 # http://sourceware.cygnus.com/ecos 14 # http://sourceware.cygnus.com/ecos
15 # 15 #
16 # Software distributed under the License is distributed on an "AS IS" 16 # Software distributed under the License is distributed on an
17 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 17 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
18 # License for the specific language governing rights and limitations under 18 # License for the specific language governing rights and limitations under
19 # the License. 19 # the License.
20 # 20 #
21 # The Original Code is eCos - Embedded Cygnus Operating System, released 21 # The Original Code is eCos - Embedded Configurable Operating System,
22 # September 30, 1998. 22 # released September 30, 1998.
23 # 23 #
24 # The Initial Developer of the Original Code is Cygnus. Portions created 24 # The Initial Developer of the Original Code is Red Hat.
25 # by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. 25 # Portions created by Red Hat are
26 # ------------------------------------------- 26 # Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
27 # 27 # All Rights Reserved.
28 # -------------------------------------------
29 #
28 #####COPYRIGHTEND#### 30 #####COPYRIGHTEND####
29 #=============================================================================== 31 #===============================================================================
30 32
31 PACKAGE := hal_arm_edb7xxx 33 PACKAGE := hal_arm_edb7xxx
32 include ../../../../../pkgconf/pkgconf.mak 34 include ../../../../../pkgconf/pkgconf.mak
45 47
46 ifdef CYG_HAL_STARTUP_STUBS 48 ifdef CYG_HAL_STARTUP_STUBS
47 gdb_module.bin: gdb_module.stamp 49 gdb_module.bin: gdb_module.stamp
48 $(OBJCOPY) -O binary gdb_module$(EXEEXT) gdb_module.bin 50 $(OBJCOPY) -O binary gdb_module$(EXEEXT) gdb_module.bin
49 endif 51 endif
52
53
54
55
56