[LinuxBIOS] r2772 - in trunk/LinuxBIOSv2/src: arch/i386/lib mainboard/msi/ms6178

Adrian Reber adrian at lisas.de
Thu Sep 13 10:51:53 CEST 2007


On Thu, Sep 13, 2007 at 10:38:24AM +0200, svn at openbios.org wrote:
> + * You should have received a copy of the GNU General Public License
> + * along with this program; if not, write to the Free Software
> + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
> + */
> +
> +#define ASSEMBLY 1

I am not really sure how this is used... But gcc defines, at least since
2.95, __ASSEMBLER__ if compiling an assembler file. So it is not really
necessary if you have for example an include file which should do
certain parts only if included in assembler code.

		Adrian




More information about the coreboot mailing list