]> git.ipfire.org Git - thirdparty/qemu.git/blob - linux-user/s390x/Makefile.objs
Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into staging
[thirdparty/qemu.git] / linux-user / s390x / Makefile.objs
1 generated-files-y += linux-user/s390x/syscall_nr.h
2
3 syshdr := $(SRC_PATH)/linux-user/s390x/syscallhdr.sh
4 %/syscall_nr.h: $(SRC_PATH)/linux-user/s390x/syscall.tbl $(syshdr)
5 $(call quiet-command, sh $(syshdr) $< $@ $(TARGET_SYSTBL_ABI),"GEN","$@")