diff options
Diffstat (limited to 'drivers/fmc/Makefile')
-rw-r--r-- | drivers/fmc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/fmc/Makefile b/drivers/fmc/Makefile new file mode 100644 index 000000000000..a2784d8b5306 --- /dev/null +++ b/drivers/fmc/Makefile @@ -0,0 +1,4 @@ + +obj-$(CONFIG_FMC) += fmc.o + +fmc-y = fmc-core.o |