mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 04:41:17 +00:00
3f8e288033
With d8ecc5c (kbuild: asm-generic support, 2011-04-27) we can remove a handful of asm-generic wrappers in ARM code. Since the generic version of sizes.h doesn't contain SZ_48M, we replace the 4 users of SZ_48M with the equivalent SZ_32M + SZ_16M. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Cc: Imre Kaloz <kaloz@openwrt.org> Acked-by: Krzysztof Halasa <khc@pm.waw.pl> Cc: Eric Miao <eric.y.miao@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
21 lines
432 B
Makefile
21 lines
432 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += hwcap.h
|
|
|
|
generic-y += auxvec.h
|
|
generic-y += bitsperlong.h
|
|
generic-y += cputime.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += errno.h
|
|
generic-y += ioctl.h
|
|
generic-y += irq_regs.h
|
|
generic-y += kdebug.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += percpu.h
|
|
generic-y += poll.h
|
|
generic-y += resource.h
|
|
generic-y += sections.h
|
|
generic-y += siginfo.h
|
|
generic-y += sizes.h
|