diff options
Diffstat (limited to 'arch/arm/cpu/tegra124-common/Makefile')
-rw-r--r-- | arch/arm/cpu/tegra124-common/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/cpu/tegra124-common/Makefile b/arch/arm/cpu/tegra124-common/Makefile new file mode 100644 index 0000000000..ff77992b33 --- /dev/null +++ b/arch/arm/cpu/tegra124-common/Makefile @@ -0,0 +1,10 @@ +# +# (C) Copyright 2013-2014 +# NVIDIA Corporation <www.nvidia.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += clock.o +obj-y += funcmux.o +obj-y += pinmux.o |