X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=c77467e22d7169f1d4ae30d1bf1869f554b452e4;hp=51633a91019908b1f2874dd5b220deba6c9ce7ba;hb=717f47e2e1a087fb915e2b8774a2b72d93aec2ae;hpb=b58937eb83447c1c3d073ed6343f5ac062f9f969;ds=sidebyside diff --git a/firmware/Makefile b/firmware/Makefile index 51633a9..c77467e 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -278,10 +278,10 @@ ifeq ($(filter smartcard, $(config)), smartcard) hdrs+= smartcard.h endif -# include ps2 app -ifeq ($(filter ps2, $(config)), ps2) - apps+= apps/plugins/ps2.o - hdrs+= ps2.h +# include plugin app +ifeq ($(filter plugin, $(config)), plugin) + apps+= apps/plugin.o + hdrs+= plugin.h endif # include jscan app