repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.travis.yml: allow failure for unreliable hosts
[qemu.git]
/
linux-user
/
hppa
/
Makefile.objs
blob
f8368be6f314c2046b6a484d97b99ba9123c00f8
1
generated-files-y += linux-user/hppa/syscall_nr.h
2
3
syshdr := $(SRC_PATH)/linux-user/hppa/syscallhdr.sh
4
%/syscall_nr.h: $(SRC_PATH)/linux-user/hppa/syscall.tbl $(syshdr)
5
$(call quiet-command, sh $(syshdr) $< $@ $(TARGET_SYSTBL_ABI),"GEN","$@")