X-Git-Url: http://git.rot13.org//?a=blobdiff_plain;f=firmware%2FMakefile;fp=firmware%2FMakefile;h=c77467e22d7169f1d4ae30d1bf1869f554b452e4;hb=dbcf2c6f85fc4277cc39f6c17cf8b8a4e8f94991;hp=51633a91019908b1f2874dd5b220deba6c9ce7ba;hpb=064d6b06568f16badffdf04e515824172c6bca68;p=goodfet 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