diff options
| author | Alexander Dahl <[email protected]> | 2022-09-30 14:04:30 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-10-05 08:43:53 +0200 |
| commit | 1323d08bdfdd76cf368de7b40ed876e336cdcb9a (patch) | |
| tree | 516186906caf65457c3ef22f92fbd8a7b5bfa3fd /drivers/fpga/Makefile | |
| parent | 2d4591353452638132d711551fec3495b7644731 (diff) | |
dm: fpga: Introduce new uclass
For future DM based FPGA drivers and for now to have a meaningful
logging class for old FPGA drivers.
Suggested-by: Michal Simek <[email protected]>
Suggested-by: Simon Glass <[email protected]>
Signed-off-by: Alexander Dahl <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers/fpga/Makefile')
| -rw-r--r-- | drivers/fpga/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/fpga/Makefile b/drivers/fpga/Makefile index 83243fb1070..610c168fc35 100644 --- a/drivers/fpga/Makefile +++ b/drivers/fpga/Makefile @@ -4,6 +4,9 @@ # Wolfgang Denk, DENX Software Engineering, [email protected]. obj-y += fpga.o +obj-$(CONFIG_DM_FPGA) += fpga-uclass.o +obj-$(CONFIG_SANDBOX_FPGA) += sandbox.o + obj-$(CONFIG_FPGA_SPARTAN2) += spartan2.o obj-$(CONFIG_FPGA_SPARTAN3) += spartan3.o obj-$(CONFIG_FPGA_VERSALPL) += versalpl.o |
