diff options
Diffstat (limited to 'drivers/misc/sprd_otp/Makefile')
| -rw-r--r-- | drivers/misc/sprd_otp/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/misc/sprd_otp/Makefile b/drivers/misc/sprd_otp/Makefile new file mode 100644 index 00000000..17978b9c --- /dev/null +++ b/drivers/misc/sprd_otp/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for spredtrum efuse drivers. +# + +obj-$(CONFIG_OTP_SPRD) += core.o otp-helper.o +obj-$(CONFIG_OTP_SPRD_EFUSE) += efuse.o +obj-$(CONFIG_OTP_SPRD_ADIE_EFUSE) += ana_efuse.o otp-bitmap.o +obj-$(CONFIG_OTP_SPRD_LASER_FUSE) += laser_fuse.o |
