diff options
Diffstat (limited to 'arch/sh/cchips/voyagergx/Makefile')
-rw-r--r-- | arch/sh/cchips/voyagergx/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/cchips/voyagergx/Makefile b/arch/sh/cchips/voyagergx/Makefile new file mode 100644 index 00000000000..085de72fd32 --- /dev/null +++ b/arch/sh/cchips/voyagergx/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for VoyagerGX +# + +obj-y := irq.o setup.o + +obj-$(CONFIG_USB_OHCI_HCD) += consistent.o + |