]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/Tools/GNUmakefile
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / BeagleBoardPkg / Tools / GNUmakefile
CommitLineData
e6f3ed43
LL
1#\r
2# Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
3# \r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12\r
13CC = gcc\r
14CFLAGS = -g\r
15\r
16generate_image: generate_image.c\r
17 $(CC) $(CCFLAGS) $(LDFLAGS) -o generate_image generate_image.c\r
18\r
19clean:\r
20 rm -f generate_image generate_image.exe\r