From 2b3130ded85d00d115df6829ef43225b86a13917 Mon Sep 17 00:00:00 2001 From: Allen Martin Date: Fri, 30 Mar 2012 14:15:52 -0700 Subject: Fix names of tegra miniloader files in Makefile tegra20-miniloader.h and tegra30-miniloader.h were named incorrectly in the Makefile which broke the "make dist" target Change-Id: I9a1b540f95cf8cc3b5bffca485a1776829326ab7 Reviewed-on: http://git-master/r/94267 Reviewed-by: Allen Martin Tested-by: Allen Martin --- src/Makefile.am | 2 +- src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0b8ea3c..647bdf1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,6 @@ AM_CFLAGS = -Wall -std=c99 -O2 AM_CPPFLAGS = -isystem /usr/include/$(CRYPTOLIB) bin_PROGRAMS = tegrarcm -tegrarcm_SOURCES = main.c usb.c nv3p.c debug.c rcm.c aes-cmac.cpp aes-cmac.h debug.h nv3p.h nv3p_status.h rcm.h tegra2-miniloader.h tegra3-miniloader.h usb.h +tegrarcm_SOURCES = main.c usb.c nv3p.c debug.c rcm.c aes-cmac.cpp aes-cmac.h debug.h nv3p.h nv3p_status.h rcm.h tegra20-miniloader.h tegra30-miniloader.h usb.h tegrarcm_LDADD = -lusb-1.0 -l$(CRYPTOLIB) -lpthread diff --git a/src/Makefile.in b/src/Makefile.in index 9f5316d..e9e8891 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -160,7 +160,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = -Wall -std=c99 -O2 AM_CPPFLAGS = -isystem /usr/include/$(CRYPTOLIB) -tegrarcm_SOURCES = main.c usb.c nv3p.c debug.c rcm.c aes-cmac.cpp aes-cmac.h debug.h nv3p.h nv3p_status.h rcm.h tegra2-miniloader.h tegra3-miniloader.h usb.h +tegrarcm_SOURCES = main.c usb.c nv3p.c debug.c rcm.c aes-cmac.cpp aes-cmac.h debug.h nv3p.h nv3p_status.h rcm.h tegra20-miniloader.h tegra30-miniloader.h usb.h tegrarcm_LDADD = -lusb-1.0 -l$(CRYPTOLIB) -lpthread all: all-am -- cgit v1.2.1