summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 5016896ef0b13b6374781efd230a316da22e474a (plain)
1
2
3
4
5
6
7
8
AUTOMAKE_OPTIONS = gnu
AM_CFLAGS = -Wall
bin_PROGRAMS = u-boot
u_boot_SOURCES = u_boot.c mtd_erase_all.c
noinst_HEADERS = u_boot.h mtd_erase_all.h

EXTRA_DIST =