maint: add workaround for m68k

* maint/ioctls_sym.sh: Skip asm/amigayle.h.
This commit is contained in:
Gleb Fotengauer-Malinovskiy 2017-02-02 19:06:29 +03:00 committed by Dmitry V. Levin
parent bf4e76e4e7
commit f7a65e0c7d

View File

@ -169,6 +169,9 @@ __EOF__
# Soft pre-include workarounds for some processed files. Fragile.
case "$f" in
*asm/amigayle.h)
return 0 # false positive
;;
*asm/cmb.h)
echo '#include <asm/dasd.h>'
;;