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