diff options
Diffstat (limited to 'roms/u-boot/drivers/memory/Makefile')
-rw-r--r-- | roms/u-boot/drivers/memory/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/memory/Makefile b/roms/u-boot/drivers/memory/Makefile new file mode 100644 index 000000000..fec52efb6 --- /dev/null +++ b/roms/u-boot/drivers/memory/Makefile @@ -0,0 +1,3 @@ + +obj-$(CONFIG_STM32_FMC2_EBI) += stm32-fmc2-ebi.o +obj-$(CONFIG_TI_AEMIF) += ti-aemif.o |