]> Git Repo - qemu.git/blame - linux-user/mips64/Makefile.objs
Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into staging
[qemu.git] / linux-user / mips64 / Makefile.objs
CommitLineData
686a0fe4
LV
1generated-files-y += linux-user/$(TARGET_ABI_DIR)/syscall_nr.h
2
3syshdr := $(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)/syscallhdr.sh
4
5ifeq ($(TARGET_SYSTBL_ABI),n32)
6%/syscall_nr.h: $(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)/syscall_n32.tbl $(syshdr)
7 $(call quiet-command, sh $(syshdr) $< $@ n32 "" 6000,"GEN","$@")
8endif
9ifeq ($(TARGET_SYSTBL_ABI),n64)
10%/syscall_nr.h: $(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)/syscall_n64.tbl $(syshdr)
11 $(call quiet-command, sh $(syshdr) $< $@ n64 "" 5000,"GEN","$@")
12endif
This page took 0.01905 seconds and 4 git commands to generate.