diff options
Diffstat (limited to 'arch/sh/boards/adx/Makefile')
-rw-r--r-- | arch/sh/boards/adx/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/boards/adx/Makefile b/arch/sh/boards/adx/Makefile new file mode 100644 index 00000000000..5b1c531b399 --- /dev/null +++ b/arch/sh/boards/adx/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for ADX boards +# + +obj-y := setup.o irq.o irq_maskreq.o + |