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
build: move obj-TARGET-y variables to nested Makefile.objs
[qemu/ar7.git]
/
hw
/
alpha
/
Makefile.objs
blob
af1c07fa7c9dc42056ea5453c045476c699ce82d
1
obj-y = mc146818rtc.o
2
obj-y += alpha_pci.o alpha_dp264.o alpha_typhoon.o
3
4
obj-y := $(addprefix ../,$(obj-y))