diff options
Diffstat (limited to 'spl')
-rw-r--r-- | spl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spl/Makefile b/spl/Makefile index e9d0ec4..92267d6 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -67,6 +67,8 @@ endif ifeq ($(SOC),tegra20) LIBS-y += arch/$(ARCH)/cpu/$(SOC)-common/lib$(SOC)-common.o +LIBS-y += arch/$(ARCH)/cpu/tegra-common/libcputegra-common.o +LIBS-y += $(CPUDIR)/tegra-common/libtegra-common.o endif # Add GCC lib |