X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=c78e81c801fb48324a30578460b0e21104b1ab3a;hb=b79f9ad1726778bdad2f89b9297a4acc6adb5b77;hp=3a92fffee3c43bd426a6f22c1001449fef026d7e;hpb=b302344779941f36129f1c09c24c5bbc414c4744;p=openocd.git diff --git a/src/Makefile.am b/src/Makefile.am index 3a92fffee3..c78e81c801 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,11 +15,7 @@ SUBDIRS = \ lib_LTLIBRARIES = libopenocd.la bin_PROGRAMS = openocd -if ECOSBOARD -MAINFILE = ecosboard.c -else MAINFILE = main.c -endif openocd_SOURCES = $(MAINFILE) openocd_LDADD = libopenocd.la