summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 647bdf1c74a01b9f08d5ee8f1aee487d8c94d96c (plain)
1
2
3
4
5
6
7
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  tegra20-miniloader.h  tegra30-miniloader.h  usb.h
tegrarcm_LDADD = -lusb-1.0 -l$(CRYPTOLIB) -lpthread