]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/bios_emulator/Makefile
video: Kconfig: Add VIDEO_IPV3 entry
[people/ms/u-boot.git] / drivers / bios_emulator / Makefile
CommitLineData
da58dec8
TR
1#
2# SPDX-License-Identifier: GPL-2.0+
3#
4
1d2ca446 5X86DIR = x86emu
ece92f85 6
7b6af41e 7obj-y = atibios.o biosemu.o besys.o bios.o \
ece92f85
JJ
8 $(X86DIR)/decode.o \
9 $(X86DIR)/ops2.o \
10 $(X86DIR)/ops.o \
11 $(X86DIR)/prim_ops.o \
12 $(X86DIR)/sys.o \
13 $(X86DIR)/debug.o
14
6825a95b 15ccflags-y := -I$(srctree)/$(src) -I$(srctree)/$(src)/include \
ad6edca3 16 $(if $(CONFIG_PPC),-D__PPC__ -D__BIG_ENDIAN__)