repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/mips: Remove XBurst Media eXtension Unit dead code
[qemu/ar7.git]
/
pc-bios
/
Makefile
blob
315288df84e1e2817e495392e12aa9e9b03c67db
1
#
2
# NOTE: only compilable with x86 cross compile tools
3
#
4
include ../config-host.mak
5
6
DEFINES=
7
8
TARGETS=
9
10
all: $(TARGETS)
11
12
%.o: %.S
13
$(CC) $(DEFINES) -c -o $@ $<
14
15
%.dtb: %.dts
16
dtc -I dts -O dtb -o $@ $<
17
18
clean:
19
rm -f $(TARGETS) *.o *~