makefile
来自「海思KEY驱动」· 代码 · 共 19 行
TXT
19 行
O_TARGET := ciphers.oobj-$(CONFIG_CIPHER_AES) += cipher-aes.oobj-$(CONFIG_CIPHER_BLOWFISH) += cipher-blowfish.oobj-$(CONFIG_CIPHER_BLOWFISH_OLD) += cipher-blowfish_old.oobj-$(CONFIG_CIPHER_CAST5) += cipher-cast5.oobj-$(CONFIG_CIPHER_DES) += cipher-des.oobj-$(CONFIG_CIPHER_3DES) += cipher-3des.oobj-$(CONFIG_CIPHER_DFC) += cipher-dfc.oobj-$(CONFIG_CIPHER_IDEA) += cipher-idea.oobj-$(CONFIG_CIPHER_MARS) += cipher-mars.oobj-$(CONFIG_CIPHER_RC5) += cipher-rc5.oobj-$(CONFIG_CIPHER_RC6) += cipher-rc6.oobj-$(CONFIG_CIPHER_SERPENT) += cipher-serpent.oobj-$(CONFIG_CIPHER_TWOFISH) += cipher-twofish.oobj-$(CONFIG_CIPHER_NULL) += cipher-null.oinclude $(TOPDIR)/Rules.make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?