diff options
author | Min-wuk Lee <mlee@nvidia.com> | 2010-02-22 18:07:39 -0800 |
---|---|---|
committer | Gary King <gking@nvidia.com> | 2010-05-23 14:42:51 -0700 |
commit | ccb4e22ef0deee7e66e2ef4787a9a9dacae08824 (patch) | |
tree | d7164df4d8e5a27ed8f371a53b499c7e08318303 /fs/proc/Makefile | |
parent | 16a062121c89c63b54905b9caa590ec9105fb88e (diff) |
procfs: add tegra bootarg directory tree
add a procfs directory to reflect tegra ATAGs to user-space, so that
user-space components which require information originating from the
bootloader(e.g., display parameters for seamless display transitions)
can be supported.
bug 645228
Change-Id: I1abd9eeeed8a82b0d387fc7a7ed4d481a7b96adb
Diffstat (limited to 'fs/proc/Makefile')
-rwxr-xr-x[-rw-r--r--] | fs/proc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/Makefile b/fs/proc/Makefile index 11a7b5c68153..f9ed74a55b4f 100644..100755 --- a/fs/proc/Makefile +++ b/fs/proc/Makefile @@ -19,6 +19,7 @@ proc-y += stat.o proc-y += uptime.o proc-y += version.o proc-y += softirqs.o +proc-$(CONFIG_ARCH_TEGRA) += tegra_bootarg.o proc-$(CONFIG_PROC_SYSCTL) += proc_sysctl.o proc-$(CONFIG_NET) += proc_net.o proc-$(CONFIG_PROC_KCORE) += kcore.o |