2 # Makefile for Broadcom BCM947XX boards
4 # Copyright 2001-2003, Broadcom Corporation
7 # THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
8 # KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9 # SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10 # FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
12 # $Id: Makefile,v 1.2 2005/04/02 12:12:57 wbx Exp $
15 OBJCOPY_ARGS
= -O binary
-R .reginfo
-R .note
-R .comment
-R .mdebug
-S
16 SYSTEM ?
= $(TOPDIR
)/vmlinux
20 # Don't build dependencies, this may die if $(CC) isn't gcc
23 # Create a gzipped version named vmlinuz for compatibility
28 $(OBJCOPY
) $(OBJCOPY_ARGS
) $< $@
This page took 0.060829 seconds and 5 git commands to generate.