Last change
on this file was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
738 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Sample makefile for PREBUILD or POSTBUILD action.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 |
|
---|
8 | all: show
|
---|
9 | @echo $@
|
---|
10 | genc: show
|
---|
11 | @echo $@
|
---|
12 | genmake: show
|
---|
13 | @echo $@
|
---|
14 | modules: show
|
---|
15 | @echo $@
|
---|
16 | libraries: show
|
---|
17 | @echo $@
|
---|
18 | fds: show
|
---|
19 | @echo $@
|
---|
20 | clean: show
|
---|
21 | @echo $@
|
---|
22 | cleanall: show
|
---|
23 | @echo $@
|
---|
24 | cleanlib: show
|
---|
25 | @echo $@
|
---|
26 | run: show
|
---|
27 | @echo $@
|
---|
28 |
|
---|
29 | show:
|
---|
30 | @echo WORKSPACE........ $(WORKSPACE)
|
---|
31 | @echo PACKAGES_PATH.... $(PACKAGES_PATH)
|
---|
32 | @echo ACTIVE_PLATFORM.. $(ACTIVE_PLATFORM)
|
---|
33 | @echo TARGET_ARCH...... $(TARGET_ARCH)
|
---|
34 | @echo TOOL_CHAIN_TAG... $(TOOL_CHAIN_TAG)
|
---|
35 | @echo CONF_DIRECTORY... $(CONF_DIRECTORY)
|
---|
36 | @echo TARGET........... $(TARGET)
|
---|
37 | @echo EXTRA_FLAGS...... $(EXTRA_FLAGS)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.