projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
spi: kirkwood: add orion-spi compatible string
[oweals/u-boot.git]
/
drivers
/
bios_emulator
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0+
2
3
X86DIR = x86emu
4
5
obj-y = atibios.o biosemu.o besys.o bios.o \
6
$(X86DIR)/decode.o \
7
$(X86DIR)/ops2.o \
8
$(X86DIR)/ops.o \
9
$(X86DIR)/prim_ops.o \
10
$(X86DIR)/sys.o \
11
$(X86DIR)/debug.o
12
13
ccflags-y := -I$(srctree)/$(src) -I$(srctree)/$(src)/include \
14
$(if $(CONFIG_PPC),-D__PPC__ -D__BIG_ENDIAN__)