diff options
Diffstat (limited to 'arch/blackfin/mach-bf538/Makefile')
-rw-r--r-- | arch/blackfin/mach-bf538/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf538/Makefile b/arch/blackfin/mach-bf538/Makefile new file mode 100644 index 00000000..c0be54f2 --- /dev/null +++ b/arch/blackfin/mach-bf538/Makefile @@ -0,0 +1,6 @@ +# +# arch/blackfin/mach-bf538/Makefile +# + +obj-y := ints-priority.o dma.o +obj-$(CONFIG_GPIOLIB) += ext-gpio.o |