summaryrefslogtreecommitdiffstats
path: root/linux-user/s390x/Makefile.objs
blob: f30f1625ccff4a09871a697fa51fcaec3c66dfdb (plain) (blame)
1
2
3
4
5
generated-files-y += linux-user/s390x/syscall_nr.h

syshdr := $(SRC_PATH)/linux-user/s390x/syscallhdr.sh
%/syscall_nr.h: $(SRC_PATH)/linux-user/s390x/syscall.tbl $(syshdr)
	$(call quiet-command, sh $(syshdr) $< $@ $(TARGET_SYSTBL_ABI),"GEN","$@")