X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2FMakefile;h=fd0fdbfdc252739e0e4d4ae1ca092afd5b527baa;hb=60fa7635b90e9850bceed953c97a8a5e2ebe126e;hp=86e794bfe7081d3017e738bfaf3afd8e0e11078f;hpb=236b90b4447c8c17b0f351c22b4c2635c8e376d7;p=goodfet diff --git a/firmware/Makefile b/firmware/Makefile index 86e794b..fd0fdbf 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -128,6 +128,7 @@ ifeq ($(filter sbw, $(config)), sbw) hdrs+= jtag.h endif apps+= apps/jtag/sbw.o + hdrs+= sbw.h endif # include jtag430 app @@ -227,6 +228,8 @@ ifeq ($(filter avr, $(config)), avr) hdrs+= avr.h endif + + # include pic app ifeq ($(filter pic, $(config)), pic) apps+= apps/pic/pic.o