summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2013-04-08 16:25:54 -0700
committerAllen Martin <amartin@nvidia.com>2013-04-09 11:18:26 -0700
commit624cec685c0e5988513663174b3b5fe14fcfaadb (patch)
tree93091ae6aeffab85342fbfea615174a63ad6a264 /Makefile.am
parent480901aba3b4bf1ac339477d9a84f0d08f9a53cd (diff)
downloadnvidia-cbootimage-624cec685c0e5988513663174b3b5fe14fcfaadb.tar.gz
Add autotools supportv1.0
Remove previous hardcoded GNUmakefile and replace with autoconf/automake generated configure script and Makefile. Signed-off-by: Allen Martin <amartin@nvidia.com> Change-Id: I48d3f6f20423109dc662418b92900876a8f8d1da Reviewed-on: http://git-master/r/217547 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..d35ae37
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,5 @@
+AUTOMAKE_OPTIONS = foreign
+SUBDIRS = src
+
+distclean-local:
+ rm -rf autom4te.cache