瀏覽代碼

sh: Add cpu-features header to asm/Kbuild.

This is used by the libc for parsing CPU capability flags passed
via the ELF auxvt, needed for run-time selection of atomic opcodes
amongst other things.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 18 年之前
父節點
當前提交
f5df54dc2e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/asm-sh/Kbuild

+ 2 - 0
include/asm-sh/Kbuild

@@ -1 +1,3 @@
 include include/asm-generic/Kbuild.asm
 include include/asm-generic/Kbuild.asm
+
+header-y += cpu-features.h