]> git.ipfire.org Git - thirdparty/qemu.git/blob - linux-user/microblaze/Makefile.objs
linux-user, microblaze: add syscall table generation support
[thirdparty/qemu.git] / linux-user / microblaze / Makefile.objs
1 generated-files-y += linux-user/microblaze/syscall_nr.h
2
3 syshdr := $(SRC_PATH)/linux-user/microblaze/syscallhdr.sh
4 %/syscall_nr.h: $(SRC_PATH)/linux-user/microblaze/syscall.tbl $(syshdr)
5 $(call quiet-command, sh $(syshdr) $< $@ $(TARGET_SYSTBL_ABI),"GEN","$@")