mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-29 21:12:07 -06:00
optionrom: create .PHONY variable
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
9c927650eb
commit
4888ec2676
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ include ../../config-host.mak
|
||||||
include $(SRC_PATH)/rules.mak
|
include $(SRC_PATH)/rules.mak
|
||||||
|
|
||||||
VPATH=$(SRC_PATH)/pc-bios/optionrom
|
VPATH=$(SRC_PATH)/pc-bios/optionrom
|
||||||
|
.PHONY : all clean build-all
|
||||||
|
|
||||||
CFLAGS := -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer -fno-builtin
|
CFLAGS := -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer -fno-builtin
|
||||||
CFLAGS += -I$(SRC_PATH)
|
CFLAGS += -I$(SRC_PATH)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue