00001 #
00002 # Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
00003 # All rights reserved.
00004 #
00005 # Redistribution and use in source and binary forms, with or without
00006 # modification, are permitted provided that the following conditions
00007 # are met:
00008 # 1. Redistributions of source code must retain the above copyright
00009 # notice, this list of conditions and the following disclaimer,
00010 # without modification.
00011 # 2. Redistributions in binary form must reproduce at minimum a disclaimer
00012 # similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
00013 # redistribution must be conditioned upon including a substantially
00014 # similar Disclaimer requirement for further binary redistribution.
00015 # 3. Neither the names of the above-listed copyright holders nor the names
00016 # of any contributors may be used to endorse or promote products derived
00017 # from this software without specific prior written permission.
00018 #
00019 # Alternatively, this software may be distributed under the terms of the
00020 # GNU General Public License ("GPL") version 2 as published by the Free
00021 # Software Foundation.
00022 #
00023 # NO WARRANTY
00024 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
00025 # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
00026 # LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY
00027 # AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
00028 # THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
00029 # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
00030 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
00031 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
00032 # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
00033 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
00034 # THE POSSIBILITY OF SUCH DAMAGES.
00035 #
00036 # $Id: Makefile.inc,v 1.8 2004/08/16 20:06:21 jbicket Exp $
00037 #
00038
00039
00040 # KERNELPATH= /home/jbicket/co/linux-2.4.26.rpm
00041 ifeq ($(obj),)
00042 obj= .
00043 endif
00044
00045 # other locales sometimes cause trouble
00046 export LC_ALL = POSIX
00047
00048 #
00049 OS= linux
00050 #
00051 # TARGET defines the target platform ISA per GNU rules.
00052 # It must match one of the target platforms supported by
00053 # the HAL. To set the set of target platforms look at
00054 # hal/linux
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144
00145
00146
00147
00148
00149
00150
00151
00152
00153
00154